normanj-bitquill commented on code in PR #3983:
URL: https://github.com/apache/calcite/pull/3983#discussion_r1777823023
##########
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:
Interesting that using XOR had not impact on the tests. Fixed now.
Also added a test for `BITNOT(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]