gszadovszky commented on code in PR #3301:
URL: https://github.com/apache/parquet-java/pull/3301#discussion_r2327462605


##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetWriter.java:
##########
@@ -476,6 +477,9 @@ public abstract static class Builder<T, SELF extends 
Builder<T, SELF>> {
     private boolean enableValidation = DEFAULT_IS_VALIDATING_ENABLED;
     private ParquetProperties.Builder encodingPropsBuilder = 
ParquetProperties.builder();
 
+    protected Builder() {}
+
+    @Deprecated

Review Comment:
   Sorry @jerolba, you're understanding is correct. I've completely overlooked 
that you're introducing the usage of `InputFile` and deprecating `Path`. All 
good.



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