ajian2002 commented on code in PR #121:
URL: https://github.com/apache/flink-table-store/pull/121#discussion_r877701051


##########
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:
   Should I also consider adding extended aggregate functions that may also 
need to use methods to obtain the same ConfMap



-- 
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

Reply via email to