datafusion-comet icon indicating copy to clipboard operation
datafusion-comet copied to clipboard

Prepare for moving datafusion-comet-spark-expr to core DataFusion repo

Open andygrove opened this issue 10 months ago • 0 comments

What is the problem the feature request solves?

We would like to move the spark-expr crate upstream into DataFusion.

Before we can do this, we need to:

  • Add tests that can run without a dependency on Apache Spark.
  • Improve the documentation to explain how these expressions differ from the DataFusion
  • Add an example showing how to register these functions with a DataFusion context
  • Remove any references to Comet
  • Add a README listing the expressions that are supported

Describe the potential solution

No response

Additional context

No response

andygrove avatar Feb 03 '25 17:02 andygrove