sunchao opened a new issue, #174: URL: https://github.com/apache/arrow-datafusion-comet/issues/174
### What is the problem the feature request solves? Comet currently only support either Spark's built-in data sources, or Iceberg ([WIP](https://github.com/apache/iceberg/pull/9841)). We should also consider supporting [Delta Lake](https://delta.io/) in future especially given it already has a Rust implementation [`delta-rs`](https://github.com/delta-io/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_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
