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
Under Adaptive query execution mode, Spark overlaps planning and execution phase, This results in spark running planning multiple time. The current implementation eagerly pushdown query in planning stage, this result into redundant query pushdown to snowflake and it ignores the runtime discovered filters.
The text was updated successfully, but these errors were encountered:
jalpan-randeri
changed the title
[Performance Improvement] Support for AQE mode for delayed query pushdown for optimum runtime & improved debugging
[Performance Improvement] Support for AQE mode for delayed query pushdown for optimum runtime
Dec 19, 2023
Under Adaptive query execution mode, Spark overlaps planning and execution phase, This results in spark running planning multiple time. The current implementation eagerly pushdown query in planning stage, this result into redundant query pushdown to snowflake and it ignores the runtime discovered filters.
The text was updated successfully, but these errors were encountered: