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


##########
paimon-common/src/main/java/org/apache/paimon/format/FormatWriterFactory.java:
##########
@@ -33,5 +33,5 @@ public interface FormatWriterFactory {
      * @throws IOException Thrown if the writer cannot be opened, or if the 
output stream throws an
      *     exception.
      */
-    FormatWriter create(PositionOutputStream out, String compression) throws 
IOException;
+    BatchFormatWriter create(PositionOutputStream out, String compression) 
throws IOException;

Review Comment:
   return `FormatWriter`.



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