apache / datafusion-comet

Apache DataFusion Comet Spark Accelerator
https://datafusion.apache.org/comet
Apache License 2.0
823 stars 163 forks source link

Support partition values in feature branch comet-parquet-exec #1102

Open viirya opened 2 days ago

viirya commented 2 days ago

What is the problem the feature request solves?

On the feature branch [comet-parquet-exec](https://github.com/apache/datafusion-comet/tree/comet-parquet-exec) for exploring fully native scan, partition values are handled now so a few tests are failed in CometExecSuite due to that. So we should pass correct partition values from JVM to native.

Describe the potential solution

No response

Additional context

No response