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

Test inset with NaN only for Spark from 3.1.3 #9928

Merged
merged 5 commits into from
Dec 2, 2023

Conversation

ttnghia
Copy link
Collaborator

@ttnghia ttnghia commented Dec 1, 2023

Before Apache Spark 3.1.3, the inset operator may treat NaN as different values (https://issues.apache.org/jira/browse/SPARK-36792) while our plugin and Spark from 3.1.3 compares NaN as equal values. This eliminates NaN from the input test for Spark before version 3.1.3 and updates documentation about such inconsistent outcomes of NaN comparison.

Closes #9687.

Signed-off-by: Nghia Truong <[email protected]>
@ttnghia ttnghia added documentation Improvements or additions to documentation test Only impacts tests labels Dec 1, 2023
@ttnghia ttnghia requested review from jlowe and revans2 December 1, 2023 22:41
@ttnghia ttnghia self-assigned this Dec 1, 2023
docs/compatibility.md Outdated Show resolved Hide resolved
docs/compatibility.md Outdated Show resolved Hide resolved
ttnghia and others added 3 commits December 1, 2023 16:06
Signed-off-by: Nghia Truong <[email protected]>
@jlowe
Copy link
Member

jlowe commented Dec 1, 2023

build

@ttnghia ttnghia merged commit ea7b7fe into NVIDIA:branch-23.12 Dec 2, 2023
37 checks passed
@ttnghia ttnghia deleted the fix_test_in_set branch December 2, 2023 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants