dongjoon-hyun commented on PR #45585: URL: https://github.com/apache/spark/pull/45585#issuecomment-2007384869
Thank you, @yaooqinn and @LuciferYang . I fixed the last failure. ``` $ build/sbt "hive/testOnly *.HadoopVersionInfoSuite -z SPARK-32212" -Phive ... [info] - SPARK-32256: Hadoop VersionInfo should be preloaded (36 seconds, 981 milliseconds) [info] - SPARK-32212: test supportHadoopShadedClient() (2 milliseconds) [info] - SPARK-32212: built-in Hadoop version should support shaded client (1 millisecond) ... [info] Run completed in 37 seconds, 730 milliseconds. [info] Total number of tests run: 3 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 3, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 49 s, completed Mar 19, 2024, 7:47:45 AM ``` -- 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]
