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
In SparkSessionExtensionSuite, there are 4 test failures with org.apache.spark.sql.catalyst.expressions.BoundReference cannot be cast to class org.apache.spark.sql.ColumnarExpression
when spark.comet.enabled=true is set.
inject columnar AQE on
inject columnar AQE off
SPARK-39991: AQE should retain column statistics from completed query stages
reset column vectors
Steps to reproduce
SparkSessionExtensionSuite is not using SharedSparkSessionBase, so add spark.comet.enabled=true by changing code
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
In SparkSessionExtensionSuite, there are 4 test failures with
org.apache.spark.sql.catalyst.expressions.BoundReference cannot be cast to class org.apache.spark.sql.ColumnarExpression
when
spark.comet.enabled=true
is set.inject columnar AQE on
inject columnar AQE off
SPARK-39991: AQE should retain column statistics from completed query stages
reset column vectors
Steps to reproduce
SparkSessionExtensionSuite is not using SharedSparkSessionBase, so add
spark.comet.enabled=true
by changing codeExpected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: