tkalkirill commented on code in PR #13324:
URL: https://github.com/apache/ignite/pull/13324#discussion_r3543948774
##########
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/integration/OperatorsExtensionIntegrationTest.java:
##########
@@ -158,6 +167,56 @@ public void testCustomAggregateFunction() {
.check();
}
+ /** */
+ @Test
Review Comment:
I tried running this test using vanilla Apache Calcite and it didn't fail;
it looks like this has already been fixed in CALCITE-7276.
I think I'll wait for https://github.com/apache/ignite/pull/13274 to be
completed and then check again.
If it is fixed, then we can simply add the tests to this PR.
--
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]