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

Use correct column name in GpuIf test [databricks] #4394

Merged
merged 2 commits into from
Dec 20, 2021

Conversation

andygrove
Copy link
Contributor

Signed-off-by: Andy Grove andygrove@nvidia.com

Closes #4386

The first commit updates the test test_conditional_with_side_effects_cast to fix an error where the test was referencing the wrong column. This worked fine in Apache Spark presumably due to implicit casts being added. The test failed in Databricks.

The second commit simplifies the side-effect tests to use unary_op_df instead of two_col_df since these tests only reference a single column.

Signed-off-by: Andy Grove <andygrove@nvidia.com>
Signed-off-by: Andy Grove <andygrove@nvidia.com>
@andygrove andygrove added the bug Something isn't working label Dec 20, 2021
@andygrove andygrove added this to the Dec 13 - Jan 7 milestone Dec 20, 2021
@andygrove andygrove self-assigned this Dec 20, 2021
@andygrove
Copy link
Contributor Author

build

Copy link
Collaborator

@revans2 revans2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops thanks for catching this.

@andygrove andygrove merged commit 1228410 into NVIDIA:branch-22.02 Dec 20, 2021
@andygrove andygrove deleted the fix-gpu-if-test branch February 14, 2022 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] conditionals_test.py FAILED with side_effects_cast[Integer/Long] on Databricks 9.1 Runtime
3 participants