wjszlachta-man commented on PR #53306: URL: https://github.com/apache/spark/pull/53306#issuecomment-3633728968
Just updated the branch - this should fix conflict and overall is similar to your changes in `python/pyspark/daemon.py`. Removed the fallback - if we have one it should be for both `daemon.py` and `accumulators.py` (personally I think it's redundant and should always use `poll()` if available). As per your PR I updated `poll()` timeout to `1000` - I missed it was in millis (unlike `select()`) in my original commit 👍 -- 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]
