Skip to content

ORC file format supporting #498

@richox

Description

@richox

Is your feature request related to a problem? Please describe.
blaze supports only parquet format at this moment. other formats are fallback with row2column operators.
orc is a columnar format widely used in production environment, there is a datafusion-orc project which provides OrcExec that are similar to datafusion's ParquetExec.

Describe the solution you'd like
add datafusion-orc supports. transform FileSourceScanExec with orc format to native OrcExec.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions