beliefer commented on a change in pull request #31170:
URL: https://github.com/apache/spark/pull/31170#discussion_r557017413



##########
File path: sql/core/src/test/resources/sql-tests/inputs/bitwise.sql
##########
@@ -68,3 +68,9 @@ SELECT b1, bit_xor(b2) FROM bitwise_test GROUP BY b1 HAVING 
bit_and(b2) < 7;
 
 -- window
 SELECT b1, b2, bit_xor(b2) OVER (PARTITION BY b1 ORDER BY b2) FROM 
bitwise_test;
+
+-- getbit

Review comment:
       references 
https://github.com/apache/spark/blob/b811f160974a6c2a578a110165bfab03196294ea/sql/core/src/test/resources/sql-tests/inputs/bitwise.sql#L7




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to