JingsongLi commented on code in PR #6202:
URL: https://github.com/apache/paimon/pull/6202#discussion_r2361772132
##########
paimon-common/src/main/java/org/apache/paimon/fs/local/LocalFileIO.java:
##########
@@ -92,6 +94,12 @@ public PositionOutputStream newOutputStream(Path path,
boolean overwrite) throws
return new LocalPositionOutputStream(toFile(path));
}
+ @Override
+ public CommittablePositionOutputStream newCommittableOutputStream(Path
path, boolean overwrite)
Review Comment:
Remove this? Just use default implementation.
--
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]