Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Performance Improvement] Support for AQE mode for delayed query pushdown for optimum runtime #536

Open
jalpan-randeri opened this issue Dec 19, 2023 · 1 comment

Comments

@jalpan-randeri
Copy link

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.

@jalpan-randeri
Copy link
Author

PR - #535

@jalpan-randeri 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant