AMashenkov commented on code in PR #2312: URL: https://github.com/apache/ignite-3/pull/2312#discussion_r1275209623
########## modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/AbstractAggregatePlannerTest.java: ########## @@ -79,29 +79,29 @@ public abstract class AbstractAggregatePlannerTest extends AbstractPlannerTest { @SuppressWarnings("NonSerializableFieldInSerializableClass") enum TestCase { /** - * Query: SELECT AVG(val0) FROM test. + * Query: SELECT SUM(val0) FROM test. Review Comment: Why do you change aggregate function in tests? -- 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