dongjoon-hyun commented on pull request #30843: URL: https://github.com/apache/spark/pull/30843#issuecomment-748493646
Thanks. I double-checked it by manually verifying quickly. ``` $ build/sbt -Phive "hive/testOnly *.HiveSQLInsertTestSuite" ... [info] HiveSQLInsertTestSuite: ... [info] Run completed in 21 seconds, 835 milliseconds. [info] Total number of tests run: 8 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 8, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [info] Passed: Total 8, Failed 0, Errors 0, Passed 8 [success] Total time: 256 s (04:16), completed Dec 19, 2020, 8:13:26 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
