-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-36702][SQL][FOLLOWUP] ArrayUnion handle duplicated Double.NaN and Float.NaN #34003
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
Conversation
|
ping @dongjoon-hyun @cloud-fan |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
...catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/collectionOperations.scala
Outdated
Show resolved
Hide resolved
|
Test build #143296 has finished for PR 34003 at commit
|
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Kubernetes integration test status failure |
|
Test build #143294 has finished for PR 34003 at commit
|
|
ping @cloud-fan |
|
Test build #143297 has finished for PR 34003 at commit
|
|
Test build #143298 has finished for PR 34003 at commit
|
|
thanks, merging to master/3.2/3.1! |
…and Float.NaN ### What changes were proposed in this pull request? According to #33955 (comment) use normalized NaN ### Why are the changes needed? Use normalized NaN for duplicated NaN value ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Exiting UT Closes #34003 from AngersZhuuuu/SPARK-36702-FOLLOWUP. Authored-by: Angerszhuuuu <[email protected]> Signed-off-by: Wenchen Fan <[email protected]> (cherry picked from commit 6380859) Signed-off-by: Wenchen Fan <[email protected]>
…and Float.NaN ### What changes were proposed in this pull request? According to #33955 (comment) use normalized NaN ### Why are the changes needed? Use normalized NaN for duplicated NaN value ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Exiting UT Closes #34003 from AngersZhuuuu/SPARK-36702-FOLLOWUP. Authored-by: Angerszhuuuu <[email protected]> Signed-off-by: Wenchen Fan <[email protected]> (cherry picked from commit 6380859) Signed-off-by: Wenchen Fan <[email protected]>
|
+1, LGTM. Thank you! |
…and Float.NaN ### What changes were proposed in this pull request? According to apache#33955 (comment) use normalized NaN ### Why are the changes needed? Use normalized NaN for duplicated NaN value ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Exiting UT Closes apache#34003 from AngersZhuuuu/SPARK-36702-FOLLOWUP. Authored-by: Angerszhuuuu <[email protected]> Signed-off-by: Wenchen Fan <[email protected]> (cherry picked from commit 6380859) Signed-off-by: Wenchen Fan <[email protected]>
What changes were proposed in this pull request?
According to #33955 (comment) use normalized NaN
Why are the changes needed?
Use normalized NaN for duplicated NaN value
Does this PR introduce any user-facing change?
No
How was this patch tested?
Exiting UT