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

Correct the exception string for test_mod_pmod_by_zero on Spark 3.3.0 #5781

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

firestarman
Copy link
Collaborator

@firestarman firestarman commented Jun 8, 2022

Contributes to #5769

It fixes only the failing test_mod_pmod_by_zero test.

@firestarman
Copy link
Collaborator Author

build

@firestarman firestarman merged commit 5459c2d into NVIDIA:branch-22.06 Jun 8, 2022
@firestarman firestarman deleted the err_message branch June 8, 2022 06:18
@tgravescs tgravescs added the test Only impacts tests label Jun 8, 2022
@tgravescs tgravescs added this to the Jun 6 - Jun 17 milestone Jun 8, 2022
tgravescs added a commit that referenced this pull request Jun 8, 2022
* Correct the error message for test_mod_pmod_by_zero (#5781)

Signed-off-by: Firestarman <[email protected]>

* Update the error string for test_cast_neg_to_decimal_err on 330[databricks] (#5784)

* Update the error string for test_cast_neg_to_decimal_err on 330

Signed-off-by: Firestarman <[email protected]>

* address comments

Signed-off-by: Firestarman <[email protected]>

* Throw an exception when attempting to read columnar encrypted Parquet files on the GPU [databricks] (#5761)

* Throw useful message when parquet columnar encryption enabled

* update message

* fix message

* handle native encrypted

* move variable

* cleanup

* fix native check

* cleanup imports

* fix import order

* Sign off

Signed-off-by: Thomas Graves <[email protected]>

* Shim the parquet crypto exception check

Signed-off-by: Thomas Graves <[email protected]>

* shim 320cdh

* Add test for parquet encryption

Signed-off-by: Thomas Graves <[email protected]>

* fix rounds over decimal in Spark 330+ (#5786)

Passes the datatype of round-like functions directly to GPU overrides, so as to adapt different Spark versions.

Signed-off-by: sperlingxx <[email protected]>

* Fix the overflow of container type when casting floats to decimal (#5766)

Fixes #5765

Fix the potential overflow when casting float/double to decimal. The overflow occurs on the container decimal for HALF_UP round.
 
Signed-off-by: sperlingxx <[email protected]>

Co-authored-by: Liangcai Li <[email protected]>
Co-authored-by: Alfred Xu <[email protected]>
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.

4 participants