panbingkun opened a new pull request, #43161: URL: https://github.com/apache/spark/pull/43161
### What changes were proposed in this pull request? The pr aims to replace `TreeNode.productHash` with `MurmurHash3.productHash`. ### Why are the changes needed? 1. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? 1.Pass GA. 2.Manually test: ``` (base) panbingkun:~/Developer/spark/spark-community$./build/sbt "catalyst/testOnly org.apache.spark.sql.catalyst.expressions.CanonicalizeSuite -- -t \"SPARK-30847: Take productPrefix into account in MurmurHash3.productHash\"" [info] CanonicalizeSuite: [info] - SPARK-30847: Take productPrefix into account in MurmurHash3.productHash (249 milliseconds) [info] Run completed in 1 second, 135 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: 230 s (03:50), completed Sep 28, 2023, 12:54:06 PM ``` ### Was this patch authored or co-authored using generative AI tooling? No. -- 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]
