zstan commented on a change in pull request #484: URL: https://github.com/apache/ignite-3/pull/484#discussion_r763106970
########## File path: modules/runner/src/integrationTest/java/org/apache/ignite/internal/calcite/ItMixedQueriesTest.java ########## @@ -98,10 +97,10 @@ static void initTestData() { } /** Tests varchar min\max aggregates. */ - @Disabled("https://issues.apache.org/jira/browse/IGNITE-15107") @Test public void testVarCharMinMax() { - sql("CREATE TABLE TEST(val VARCHAR primary key, val1 integer);"); + // replicas and partitions params are affected by https://issues.apache.org/jira/browse/IGNITE-15655 issue, default is not working for now. Review comment: mentioned test ok in TC and locally, thus i unmute it. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org