Stefanietry commented on code in PR #6394:
URL: https://github.com/apache/paimon/pull/6394#discussion_r2450310287


##########
paimon-core/src/main/java/org/apache/paimon/io/KeyValueFileReaderFactory.java:
##########
@@ -95,6 +96,20 @@ private KeyValueFileReaderFactory(
         this.dvFactory = dvFactory;
     }
 
+    public KeyValueFileReaderFactory(KeyValueFileReaderFactory factory) {

Review Comment:
   This is used for inheritance scenarios for the member variable 
initialization, maybe we can be defined as the assign method, like DataSplit# 
assign



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