tsreaper commented on code in PR #121: URL: https://github.com/apache/flink-table-store/pull/121#discussion_r877715408
########## flink-table-store-core/src/main/java/org/apache/flink/table/store/file/FileStoreImpl.java: ########## @@ -201,17 +204,28 @@ public static FileStoreImpl createWithPrimaryKey( .collect(Collectors.toList())); MergeFunction mergeFunction; + Map<String, String> rightConfMap = + options.getFilterConf(e -> e.getKey().endsWith(".aggregate-function")); Review Comment: Not sure what you mean. Could you provide an example? What is an `extended aggregate function`? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org