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


##########
paimon-core/src/main/java/org/apache/paimon/io/KeyValueDataFileWriter.java:
##########
@@ -116,6 +117,7 @@ public KeyValueDataFileWriter(
         this.dataFileIndexWriter =
                 DataFileIndexWriter.create(
                         fileIO, dataFileToFileIndexPath(path), valueType, 
fileIndexOptions);
+        this.isExternalPath = false;

Review Comment:
   Remove it, we don't need to introduce this now.



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