yuzelin commented on code in PR #2599:
URL: https://github.com/apache/incubator-paimon/pull/2599#discussion_r1437968106
##########
paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/PreAggregationITCase.java:
##########
@@ -853,6 +853,157 @@ public void testStreamingRead() {
}
}
+ /** ITCase for product aggregate function. */
+ public static class ProductAggregation extends CatalogITCaseBase {
+ @Override
+ protected List<String> ddl() {
+ return Collections.singletonList(
+ "CREATE TABLE IF NOT EXISTS T1 ("
+ + "j INT, k INT, "
Review Comment:
Why not just set a single primary key?
--
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]