pvary commented on code in PR #12298:
URL: https://github.com/apache/iceberg/pull/12298#discussion_r2508930520


##########
parquet/src/main/java/org/apache/iceberg/parquet/Parquet.java:
##########
@@ -302,7 +302,7 @@ WriteBuilder withWriterVersion(WriterVersion version) {
     }
 
     // supposed to always be a private method used strictly by data and delete 
write builders
-    private WriteBuilder createContextFunc(
+    protected WriteBuilder createContextFunc(

Review Comment:
   Needed to expose it to the `ParquetFormatModel.WriteBuilder` to implement 
the `context` function.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to