You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/09/10 03:41:39 UTC

[GitHub] [spark] AngersZhuuuu opened a new pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

AngersZhuuuu opened a new pull request #33951:
URL: https://github.com/apache/spark/pull/33951


   ### What changes were proposed in this pull request?
   For query
   ```
   select array_union(array(cast('nan' as double), cast('nan' as double)), array())
   ```
   This returns [NaN, NaN], but it should return [NaN].
   This issue is caused by `OpenHashSet` can't handle `Double.NaN` and `Float.NaN` too.
   In this pr we handle `NaN` like `Null` value
   
   
   ### Why are the changes needed?
   Fix bug
   
   ### Does this PR introduce _any_ user-facing change?
   ArrayUnion won't show duplicated `NaN` value
   
   
   ### How was this patch tested?
   Added UT
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916624328


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/47640/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916608988


   **[Test build #143137 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143137/testReport)** for PR 33951 at commit [`cb928ff`](https://github.com/apache/spark/commit/cb928fff12871f5d8a7b5b8cb4a11a01f1c04d8e).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] HyukjinKwon commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-917533512


   Mind elabourating https://github.com/apache/spark/pull/33951#issuecomment-917524836? Also let's keep one PR only for the issue if we're clear on which approach to go ahead for.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916734003


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143137/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916730542


   **[Test build #143136 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143136/testReport)** for PR 33951 at commit [`5c515b8`](https://github.com/apache/spark/commit/5c515b89eedaf7b5d78c04e3b911e2209b77dc0c).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916624343


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/47640/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AngersZhuuuu edited a comment on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
AngersZhuuuu edited a comment on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-917533922


   > Mind elabourating [#33951 (comment)](https://github.com/apache/spark/pull/33951#issuecomment-917524836)? Also let's keep one PR only for the issue if we're clear on which approach to go ahead for.
   
   Close this, you can go ahead on that pr. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916731791


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143136/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916624343


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/47640/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916734003


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143137/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AngersZhuuuu commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
AngersZhuuuu commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-917533922


   > Mind elabourating [#33951 (comment)](https://github.com/apache/spark/pull/33951#issuecomment-917524836)? Also let's keep one PR only for the issue if we're clear on which approach to go ahead for.
   
   Make this as draft, you can go ahead on that pr.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AngersZhuuuu commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
AngersZhuuuu commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916607558


   ping @cloud-fan 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916732835


   **[Test build #143137 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143137/testReport)** for PR 33951 at commit [`cb928ff`](https://github.com/apache/spark/commit/cb928fff12871f5d8a7b5b8cb4a11a01f1c04d8e).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916731791


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/143136/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916626084


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/47641/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916626067


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/47641/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916626084


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/47641/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AngersZhuuuu closed pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
AngersZhuuuu closed pull request #33951:
URL: https://github.com/apache/spark/pull/33951


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916607426


   **[Test build #143136 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143136/testReport)** for PR 33951 at commit [`5c515b8`](https://github.com/apache/spark/commit/5c515b89eedaf7b5d78c04e3b911e2209b77dc0c).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916608988


   **[Test build #143137 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143137/testReport)** for PR 33951 at commit [`cb928ff`](https://github.com/apache/spark/commit/cb928fff12871f5d8a7b5b8cb4a11a01f1c04d8e).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] srowen commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
srowen commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-917453431


   How does this differ from https://github.com/apache/spark/pull/33955 ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916622968


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/47641/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916620933


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/47640/
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AngersZhuuuu commented on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
AngersZhuuuu commented on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-917524836


   > How does this differ from #33955 ?
   
   #33955 make all flag in SQLOpenHashSet,


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on pull request #33951: [SPARK-36702][SQL] ArrayUnion handle duplicated Double.NaN and Float.Nan

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #33951:
URL: https://github.com/apache/spark/pull/33951#issuecomment-916607426


   **[Test build #143136 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143136/testReport)** for PR 33951 at commit [`5c515b8`](https://github.com/apache/spark/commit/5c515b89eedaf7b5d78c04e3b911e2209b77dc0c).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org