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:
…sionSuite (#1201)
## Which issue does this PR close?
Part of #1197
## Rationale for this change
Since `loadCometExtension` in the diffs were not using `isCometEnabled`, `SparkSessionExtensionSuite` was not using Comet. Once enabled, some test failures discovered
## What changes are included in this PR?
`loadCometExtension` now uses `isCometEnabled` that enables Comet by default
Temporary ignore the failing tests in SparkSessionExtensionSuite
## How are these changes tested?
existing tests
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: