xiedeyantu commented on code in PR #4478: URL: https://github.com/apache/calcite/pull/4478#discussion_r2232843831
########## core/src/test/resources/sql/operator.iq: ########## @@ -76,6 +76,36 @@ select * from "scott".emp where not sal > 1300 and not sal < 1200; !ok +# [CALCITE-7109] Add support for << operator in Calcite +SELECT CAST(empno AS INTEGER) << 1 AS foo FROM "scott".emp LIMIT 5; Review Comment: I think these two case also can merge to 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]
