Github user juliuszsompolski commented on the issue:
https://github.com/apache/spark/pull/19656
`isShouldStopRequired` is currently not respected by most operators (they
insert `shouldStop()` code regardless of this setting). If you're refactoring
this, maybe make sure that all places that do `shouldStop()` use it?--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
