Skip to content

spark sql support lance #673

Description

@melin

目前主要数据仓库使用 hive metastore 存储元数据,能够直接通过 spark sql 创建 lance 文件格式表, 使用 spark 默认的 spark_catalog, 而不需要单独注册一个 lance 的 catalog, 和其他 parqert 格式表,同存储在 hms 中,使用更加方便、
CREATE TABLE student (id INT, name STRING, age INT) USING vortex;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions