dongjoon-hyun commented on PR #42408: URL: https://github.com/apache/spark/pull/42408#issuecomment-1674251500
Let me revert this to unblock other testings. I verified locally that the revert recovers the branch-3.5. ``` $ git log -n1 commit 898f3d8a0bdc044838a576789c9f26e96e73bc60 (HEAD -> branch-3.5) Author: Dongjoon Hyun <[email protected]> Date: Thu Aug 10 23:04:07 2023 -0700 Revert "[SPARK-43979][SQL][FOLLOWUP] transformUpWithNewOutput` should only be used with new outputs" This reverts commit b8204d1b89eea0c32e5269fb155651157e2c96e8. $ build/sbt "sql/testOnly org.apache.spark.sql.SQLQuerySuite -- -z SPARK-43979" [info] SQLQuerySuite: 23:05:24.559 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable [info] - SPARK-43979: CollectedMetrics should be treated as the same one for self-join (1 second, 9 milliseconds) 23:05:34.829 WARN org.apache.spark.sql.SQLQuerySuite: ===== POSSIBLE THREAD LEAK IN SUITE o.a.s.sql.SQLQuerySuite, threads: rpc-boss-3-1 (daemon=true), shuffle-boss-6-1 (daemon=true) ===== [info] Run completed in 13 seconds, 695 milliseconds. [info] Total number of tests run: 1 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 69 s (01:09), completed Aug 10, 2023 11:05:35 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]
