dongjoon-hyun commented on PR #41520: URL: https://github.com/apache/spark/pull/41520#issuecomment-1583208534
Thank you, @dtenedor and @gengliangwang I verified the relocated suite manually. ``` $ build/sbt "sql/testOnly *.ResolveDefaultColumnsSuite" ... [info] ResolveDefaultColumnsSuite: 12:21:59.363 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable [info] - column without default value defined (null as default) (4 seconds, 19 milliseconds) [info] - column with default value defined (1 second, 28 milliseconds) [info] - INSERT into partitioned tables (1 second, 435 milliseconds) [info] - SPARK-43085: Column DEFAULT assignment for target tables with multi-part names (555 milliseconds) [info] - SPARK-43313: Column default values with implicit coercion from provided values (473 milliseconds) 12:22:07.418 WARN org.apache.spark.sql.ResolveDefaultColumnsSuite: ===== POSSIBLE THREAD LEAK IN SUITE o.a.s.sql.ResolveDefaultColumnsSuite, threads: ForkJoinPool.commonPool-worker-27 (daemon=true), ForkJoinPool.commonPool-worker-19 (daemon=true), rpc-boss-3-1 (daemon=true), ForkJoinPool.commonPool-worker-5 (daemon=true), shuffle-boss-6-1 (daemon=true), ForkJoinPool.commonPool-worker-23 (daemon=true), ForkJoinPool.commonPool-worker-9 (daemon=true) ===== [info] Run completed in 9 seconds, 362 milliseconds. [info] Total number of tests run: 5 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 5, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 28 s, completed Jun 8, 2023, 12:22:07 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]
