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
Describe the bug
We have a customer query that is failing on databricks with IllegalStateException: Custom columnar rules cannot transform exchange node to something else. and the stack trace shows its error during AQE when we have AQE disabled:
at org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanExec.newQueryStage(AdaptiveSparkPlanExec.scala:777)
This occurs when they are querying files stored in delta tables.
The text was updated successfully, but these errors were encountered:
sameerz
changed the title
[BUG]AQE being used on Databricks even when its disabled
[BUG] AQE being used on Databricks even when its disabled
Aug 2, 2022
Describe the bug
We have a customer query that is failing on databricks with
IllegalStateException: Custom columnar rules cannot transform exchange node to something else
. and the stack trace shows its error during AQE when we have AQE disabled:at org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanExec.newQueryStage(AdaptiveSparkPlanExec.scala:777)
This occurs when they are querying files stored in delta tables.
The text was updated successfully, but these errors were encountered: