FangYongs commented on code in PR #3461:
URL: https://github.com/apache/paimon/pull/3461#discussion_r1630831785


##########
paimon-core/src/main/java/org/apache/paimon/mergetree/compact/PartialUpdateMergeFunction.java:
##########
@@ -226,57 +241,65 @@ private static class Factory implements 
MergeFunctionFactory<KeyValue> {
         private static final long serialVersionUID = 1L;
 
         private final boolean ignoreDelete;
+        private final RowType rowType;
+
         private final List<DataType> tableTypes;
-        private final Map<Integer, SequenceGenerator> fieldSequences;
+
+        private final Map<Integer, UserDefinedSeqComparator> 
fieldSeqComparators;

Review Comment:
   Use `FieldsComparator`



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