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


##########
paimon-format/src/main/java/org/apache/paimon/format/orc/writer/FieldWriter.java:
##########
@@ -24,5 +24,9 @@
 
 /** Orc field writer. */
 public interface FieldWriter {
-    void write(int rowId, ColumnVector column, DataGetters getters, int 
columnId);
+    default void write(int rowId, ColumnVector column, DataGetters getters, 
int columnId) {

Review Comment:
   Do we need this method? just remove it?



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