zclllyybb commented on code in PR #57180:
URL: https://github.com/apache/doris/pull/57180#discussion_r2446976669


##########
regression-test/suites/query_p0/sql_functions/hash_functions/test_hash_function.groovy:
##########
@@ -26,11 +26,28 @@ suite("test_hash_function", "arrow_flight_sql") {
     qt_sql "SELECT murmur_hash3_64(\"hello\");"
     qt_sql "SELECT murmur_hash3_64(\"hello\", \"world\");"
 
+    qt_mmh3_64_v2_1 "SELECT MURMUR_HASH3_64_V2(NULL);"

Review Comment:
   keep result same with which one



-- 
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]

Reply via email to