-
Notifications
You must be signed in to change notification settings - Fork 205
[INTERNAL_ERROR] Custom columnar rules cannot transform shuffle node to something else #1737
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
Comments
@coderfender is planning on working on this one |
Thank you @andygrove |
Some notes from debugging this:
Because the original plan does not support columner, AQE is applying columnar transition rules when invoking |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
This error can happen with DPP queries. There are Spark SQL tests in
DynamicPartitionPruningSuite
that fail with this error when they are not ignored:Steps to reproduce
Run these Spark SQL tests with Comet using the instructions at https://datafusion.apache.org/comet/contributor-guide/spark-sql-tests.html
Expected behavior
We should be falling back to Spark because Comet does not support DPP yet.
Additional context
This is the relevant code in Spark:
The text was updated successfully, but these errors were encountered: