apache / datafusion-comet

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

doc: Update supported expressions #237

Closed viirya closed 2 months ago

viirya commented 2 months ago

Which issue does this PR close?

Closes #.

Rationale for this change

We added some more supported expressions. We should update the document.

What changes are included in this PR?

How are these changes tested?

viirya commented 2 months ago

cc @parthchandra @huaxingao

huaxingao commented 2 months ago

LGTM

viirya commented 2 months ago

cc @sunchao

dbtsai commented 2 months ago

Is there a document listing unsupported expressions that individuals could potentially work on if they're interested? Thank you.

viirya commented 2 months ago

Is there a document listing unsupported expressions that individuals could potentially work on if they're interested? Thank you.

We don't have such document. Spark expressions are too many so the unsupported list might be very long.

We can probably list some frequently used expressions which are not supported yet.

viirya commented 2 months ago

I created the umbrella ticket https://github.com/apache/arrow-datafusion-comet/issues/240 to cover these unsupported expressions. I will add some expressions there so the people who are interested can work on.

viirya commented 2 months ago

Merged. Thanks.