-
Notifications
You must be signed in to change notification settings - Fork 247
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What is the problem the feature request solves?
Comet currently only support either Spark's built-in data sources, or Iceberg (WIP). We should also consider supporting Delta Lake in future especially given it already has a Rust implementation delta-rs. To achieve that, however, we may need to first move away from our hybrid Parquet reader implementation to a fully native one.
cc @dennyglee per our discussion
Describe the potential solution
Integrate Comet with delta-rs, so Spark queries reading from Delta Lake tables can also leverage Comet native execution.
Additional context
No response
dennyglee, ion-elgreco, advancedxy, hjohnss6, Lazycatsu and 4 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request