xiedeyantu commented on code in PR #4478:
URL: https://github.com/apache/calcite/pull/4478#discussion_r2230891980


##########
core/src/test/resources/sql/operator.iq:
##########
@@ -702,4 +732,57 @@ FOO BOOLEAN(1) NOT NULL
 
 !ok
 
+-- Bitwise LEFT SHIFT operator `<<`
+
+SELECT 1 << 0 AS foo;
++-----+

Review Comment:
   You can write these in one SQL.



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

Reply via email to