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

Disable test_broadcast_nested_loop_join_condition_missing_count on Databricks #3246

Merged

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Aug 17, 2021

Relates to #3244

The new test_broadcast_nested_loop_join_condition_missing_count test is failing due to what appears to be a bug in hash aggregate code. It looks like we're trying to pull out an input reference from a batch that has no columns. Thus this looks more like a latent bug in hash aggregate on Databricks that was exposed in by the new join code rather than a bug in the new join code itself.

To unblock the build while more investigation into the hash aggregate issue occurs, this xfails the test on Databricks and references #3244.

…tabricks

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added the test Only impacts tests label Aug 17, 2021
@jlowe jlowe self-assigned this Aug 17, 2021
@jlowe
Copy link
Member Author

jlowe commented Aug 17, 2021

build

@tgravescs tgravescs merged commit cc09e6e into NVIDIA:branch-21.10 Aug 18, 2021
razajafri pushed a commit to razajafri/spark-rapids that referenced this pull request Aug 23, 2021
…tabricks (NVIDIA#3246)

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
Signed-off-by: Raza Jafri <rjafri@nvidia.com>
@jlowe jlowe deleted the disable_bnlj_anti_missing_count branch September 10, 2021 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants