gaogaotiantian commented on PR #54052: URL: https://github.com/apache/spark/pull/54052#issuecomment-3821723023
> What I mean is that you could try using some ways to enable at least one Task to print the full log while masking the logs of the other Tasks. That is more difficult because tasks do not communicate with each other very well. It would be easier if we can turn them off for pyspark tests. > Let's just leave it for now. Even we disable this, we still have to download the log right. I think we should better make the test report nicer No we don't need to download the log anymore, it will be on github action result page. We print out information when a test failed. At least for python that's good enough for debugging. -- 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]
