apache / datafusion-comet

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

Add a test for supported types of SortMergeJoin in DataFusion #357

Open viirya opened 2 weeks ago

viirya commented 2 weeks ago

What is the problem the feature request solves?

From planga82's comment: https://github.com/apache/datafusion-comet/pull/355#issuecomment-2086056132

As an idea, I was thinking that we could put in tests to check the supported types in Datafusion, so that when we upgrade to a version of datafusion that supports these other types (like timestamp with timezone for example) we are aware that we should change the list of allowed types.

Describe the potential solution

No response

Additional context

No response

planga82 commented 2 weeks ago

I'm working on it