dongjoon-hyun commented on PR #41499: URL: https://github.com/apache/spark/pull/41499#issuecomment-1581827665
Unfortunately, `master` branch still has the issue on `sql - other tests` module and the last test of this PR seems to be running over 4h 40minutes as of now.   This PR passed `catalyst` and all hive modules. I verified `JoinSuite` (and new test cases) manually. ``` $ build/sbt "sql/testOnly *.JoinSuite" ... [info] JoinSuite: 20:13:26.224 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable [info] - equi-join is hash-join (69 milliseconds) [info] - NO_BROADCAST_AND_REPLICATION hint is respected in cross joins (19 milliseconds) ... [info] Run completed in 25 seconds, 333 milliseconds. [info] Total number of tests run: 50 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 50, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 60 s, completed Jun 7, 2023, 8:13:50 PM ``` -- 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]
