JingsongLi commented on code in PR #5065:
URL: https://github.com/apache/paimon/pull/5065#discussion_r1952212068


##########
paimon-core/src/main/java/org/apache/paimon/mergetree/compact/aggregate/AggregateMergeFunction.java:
##########
@@ -149,8 +150,8 @@ public MergeFunction<KeyValue> create(@Nullable int[][] 
projection) {
 
         private String getAggFuncName(String fieldName, List<String> 
sequenceFields) {
             if (sequenceFields.contains(fieldName)) {
-                // no agg for sequence fields, use last_non_null_value to do 
cover
-                return FieldLastNonNullValueAggFactory.NAME;

Review Comment:
   This is interface...



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

Reply via email to