nchammas commented on PR #45181:
URL: https://github.com/apache/spark/pull/45181#issuecomment-1956773367

   > It's not an ideal behavior but should be easy to work around
   
   Just to be clear, do you not consider it a correctness issue? To me, it's a 
correctness issue since the existing behavior on `master` violates what should 
be a basic invariant: `df.count()` and `df.collect().size` should always agree.
   
   But this is not always true, as the repro documented in the issue 
description shows. I also posted my own repro [just above][1].
   
   [1]: https://github.com/apache/spark/pull/45181#pullrequestreview-1893314799


-- 
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