apache / datafusion-comet

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

test: Restore one test in CometExecSuite by adding COMET_SHUFFLE_MODE config #1087

Closed viirya closed 6 days ago

viirya commented 1 week ago

Which issue does this PR close?

Closes #.

Rationale for this change

Just found this test doesn't actually test what it did. We need to add specified COMET_SHUFFLE_MODE config to restore it.

What changes are included in this PR?

How are these changes tested?

viirya commented 6 days ago

Thanks @huaxingao