gszadovszky commented on code in PR #3301:
URL: https://github.com/apache/parquet-java/pull/3301#discussion_r2326530485
##########
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:
I don't think we should deprecate this. It is completely fine using the
builder as before.
--
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]