JkSelf commented on PR #40914:
URL: https://github.com/apache/spark/pull/40914#issuecomment-1519324450

   > Do 3.3/3.4/master have the same issue?
   
   Spark 
[3.3](https://github.com/apache/spark/blob/8f0c75cbbab0cb76a30272a157b4f4cc02cab444/sql/core/src/main/scala/org/apache/spark/sql/execution/stat/StatFunctions.scala#L291)
 have this issue. And [spark 3.4 and 
main](https://github.com/apache/spark/blob/b70407eb815ac97f5992b6cf961911e878ea5510/sql/core/src/main/scala/org/apache/spark/sql/execution/stat/StatFunctions.scala#L240)
 doesn't seem to have this issue. Because the 
[StatFunctions.scala](https://github.com/apache/spark/pull/38346) is 
reimplemented and doesn't call the rdd.collect() method.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to