alex-plekhanov commented on code in PR #13274:
URL: https://github.com/apache/ignite/pull/13274#discussion_r3544949636
##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/FunctionsTest.java:
##########
@@ -96,7 +96,7 @@ public void testBitwiseOperationsWithTable() {
/** */
@Test
public void testBitwiseOperations() {
- doTestBitwiseOperations(false);
+ //doTestBitwiseOperations(false);
Review Comment:
Uncomment
##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/FunctionsTest.java:
##########
@@ -149,7 +149,7 @@ private Iterable<List<Object>> bitwiseParams() {
SqlValidatorException xorErr = new SqlValidatorException("Cannot apply
'BITXOR' to arguments of type", null);
// BITAND
- res.add(F.asList("AND", 1, null, 1.0, null, andErr));
+/* res.add(F.asList("AND", 1, null, 1.0, null, andErr));
Review Comment:
Uncomment
--
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]