-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
Labels
feature requiredFunctionalities must haveFunctionalities must havehelp wantedExtra attention is neededExtra attention is needed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requiredFunctionalities must haveFunctionalities must havehelp wantedExtra attention is neededExtra attention is needed