-
Notifications
You must be signed in to change notification settings - Fork 244
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
[TEST BUG] CollectLimit falling off of GPU on Databricks 14.3 #12056
Comments
CollectLimit is something that is always not on the GPU. We do not truly support it because there is some special sauce at the RDD level that makes it so that it can run a single task first and then if there are not enough rows returned it will run more tasks. That said the plan looks a lot like #11764 and changes we already had to make to a few tests to support it. #11750 |
Based on this I am closing this issue as working as expected based |
@razajafri Does the test pass? If so then we are good. If not, then we need to fix the test |
Yes, the test passes after we add |
Describe the bug
When running
delta_zorder_test.py::test_delta_dfp_reuse_broadcast_exchange
it fails even with deletion vectors offWe see that CollectLimitExec is falling off of the GPU
Further up in the transformation logs we can see why it is falling off. It doesn't answer the question why the same is not observed on versions prior to Databricks 14.3
Steps/Code to reproduce bug
Expected behavior
A clear and concise description of what you expected to happen.
Environment details (please complete the following information)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: