dongjoon-hyun commented on a change in pull request #24674: [SPARK-27800][SQL][FOLLOWUP] Fix wrong answer on BitwiseXor test cases URL: https://github.com/apache/spark/pull/24674#discussion_r286343082
########## File path: sql/hive/src/test/resources/golden/udf_bitwise_xor-1-8fc9b9bf1aced42754419310784e0a9f ########## @@ -1,4 +1,4 @@ a ^ b - Bitwise exclusive or Example: > SELECT 3 ^ 5 FROM src LIMIT 1; - 2 + 6 Review comment: Surprisingly, this test case was added at 3a845d3c048eebb0bddb3937128746fde3e8e4d8 . ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
