-
Notifications
You must be signed in to change notification settings - Fork 242
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
[BUG] GpuCompressedColumnVector
cannot be cast to GpuColumnVector
with AQE
#2901
Comments
I haven't been able to reproduce this yet. I see this plan on GPU and it contains
@abellina Can you provide more information such as Spark version and full configs that were in use? |
I am using spark 3.1.1, here's a minimum reproducing set of options:
This seems specific to a rule around
If I enable it (this is final because I disabled lz4 compression, so the query finished):
|
I have been able to reproduce the issue locally now. |
For a query like:
With a plan:
Fails with AQE with the following exception:
Without AQE, the query works, and the plan is:
It looks like with AQE we are missing a coalesce after the shuffle in this case. Another instance of: #2378
The text was updated successfully, but these errors were encountered: