tsreaper commented on code in PR #4666:
URL: https://github.com/apache/paimon/pull/4666#discussion_r1877821156


##########
paimon-core/src/main/java/org/apache/paimon/mergetree/MergeTreeWriter.java:
##########
@@ -106,8 +108,8 @@ public MergeTreeWriter(
         this.sortMaxFan = sortMaxFan;
         this.sortCompression = sortCompression;
         this.ioManager = ioManager;
-        this.keyType = writerFactory.keyType();
-        this.valueType = writerFactory.valueType();
+        this.keyType = keyType;
+        this.valueType = valueType;

Review Comment:
   Why do you change this? `writerFactory.keyType()` and 
`writerFactory.valueType()` are not changed,



-- 
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...@paimon.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to