Dwrite commented on code in PR #4339: URL: https://github.com/apache/calcite/pull/4339#discussion_r2224736540
########## core/src/test/resources/sql/operator.iq: ########## @@ -702,4 +702,54 @@ FOO BOOLEAN(1) NOT NULL !ok +SELECT 2 ^ 3 AS foo; Review Comment: Thanks for the suggestion! I’ve added non-constant IQ tests with mixed operand types (e.g., empno ^ mgr). Hope this looks good now — happy to adjust further if needed. -- 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]
