dongjoon-hyun commented on pull request #31745: URL: https://github.com/apache/spark/pull/31745#issuecomment-791630786
For the record, - `master` branch is healthy with both patches. - `branch-3.1` branch is broken with both patches. - `branch-3.0` branch is healthy with both patches. As reported, the test suite succeeds individually, but it seems to fail in a bulk-run. ``` $ build/sbt "catalyst/testOnly *.ExpressionEncoderSuite" ... [info] Run completed in 12 seconds, 742 milliseconds. [info] Total number of tests run: 288 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 288, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [info] Passed: Total 288, Failed 0, Errors 0, Passed 288 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
