-
Notifications
You must be signed in to change notification settings - Fork 235
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
Fix issue with DPP and AQE on reused broadcast exchanges [databricks] #11118
Conversation
Signed-off-by: Robert (Bobby) Evans <[email protected]>
build |
looks like it failed on Spark 3.1.1 with a filter not being on the GPU. I need to do some more investigation to see why that happened. It is likely an issue with the test, but I am not 100% sure. |
build |
@revans2 should the title of the PR be for dataproc instead of databricks? |
No, that's just a magic item for CI to test the fix on Databricks in addition to Apache Spark since the former is affected by this change. |
It looks like you already fixed the test. We do not support Spark 3.1.x in 24.08+. Is pre-merge still testing Spark 3.1.1? |
Ah, I guess it is per #11041 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment nits, lgtm.
sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuTransitionOverrides.scala
Outdated
Show resolved
Hide resolved
sql-plugin/src/main/scala/com/nvidia/spark/rapids/GpuTransitionOverrides.scala
Outdated
Show resolved
Hide resolved
build |
@jlowe and @NVnavkumar please take another look. |
This adjusts how a reused broadcast is translated to avoid an assertion error.