dongjoon-hyun commented on PR #52128: URL: https://github.com/apache/spark/pull/52128#issuecomment-3225566238
Since CI verifies only ANSI mode, I verified this manually for both mode like the following. Merged to master/4.0/3.5. ```scala $ SPARK_ANSI_SQL_MODE=false build/sbt "sql/testOnly *.JoinSuite -- -z SPARK-36794" ... [info] JoinSuite: 13:01:12.942 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable [info] - SPARK-36794: Ignore duplicated key when building relation for semi/anti hash join (3 seconds, 202 milliseconds) 13:01:17.778 WARN org.apache.spark.sql.JoinSuite: ... [info] Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 191 s (03:11), completed Aug 26, 2025, 1:01:17 PM $ build/sbt "sql/testOnly *.JoinSuite -- -z SPARK-36794" ... [info] JoinSuite: 13:02:34.344 WARN org.apache.hadoop.util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable [info] - SPARK-36794: Ignore duplicated key when building relation for semi/anti hash join (3 seconds, 962 milliseconds) 13:02:39.991 WARN org.apache.spark.sql.JoinSuite: ... [info] Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 24 s, completed Aug 26, 2025, 1:02:40 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]
