You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling columnar shuffle by default PR #250 causes a lot of test failures in Spark org.apache.spark.sql.execution.adaptive.AdaptiveQueryExecSuite.
This is a tricky bug.
I found that it is because Comet sets incorrect logical link to CometShuffleExchangeExec. Because logical link is used in Spark AQE framework to do query planning, incorrect logical links cause test failures there.
Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Enabling columnar shuffle by default PR #250 causes a lot of test failures in Spark
org.apache.spark.sql.execution.adaptive.AdaptiveQueryExecSuite
.This is a tricky bug.
I found that it is because Comet sets incorrect logical link to
CometShuffleExchangeExec
. Because logical link is used in Spark AQE framework to do query planning, incorrect logical links cause test failures there.Steps to reproduce
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: