mihaibudiu commented on code in PR #3983:
URL: https://github.com/apache/calcite/pull/3983#discussion_r1777789514


##########
testkit/src/main/java/org/apache/calcite/test/SqlOperatorTest.java:
##########
@@ -15738,6 +15738,29 @@ private static void 
checkLogicalOrFunc(SqlOperatorFixture f) {
         true);
   }
 
+  @Test void testBitNotScalarFunc() {
+    final SqlOperatorFixture f = fixture();
+    f.setFor(SqlStdOperatorTable.BITXOR, VmName.EXPAND);

Review Comment:
   XOR?
   How about a failing test with DECIMAL?



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