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


##########
paimon-filesystems/paimon-oss-impl/src/main/java/org/apache/paimon/oss/HadoopCompliantFileIO.java:
##########
@@ -58,6 +59,19 @@ public PositionOutputStream newOutputStream(Path path, 
boolean overwrite) throws
                 getFileSystem(hadoopPath).create(hadoopPath, overwrite));
     }
 
+    @Override
+    public TwoPhaseOutputStream newTwoPhaseOutputStream(Path path, boolean 
overwrite)

Review Comment:
   Add this in `OSSFileIO`.



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