apache / datafusion-comet

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

feat: Add a test for supported types of SortMergeJoin in DataFusion #365

Closed planga82 closed 2 weeks ago

planga82 commented 2 weeks ago

Which issue does this PR close?

Closes #357 .

Rationale for this change

The goal of these tests is that if Datafusion supports more data types, we remember to support them here.

What changes are included in this PR?

Add new tests

How are these changes tested?

Unit testing We have yet configuration to support testing (COMET_EXEC_BROADCAST_FORCE_ENABLED) so this PR add new configuration to support the tests. I can't do complex type testing because we don't support it in most operators.