ArnavBalyan commented on code in PR #3271:
URL: https://github.com/apache/parquet-java/pull/3271#discussion_r2286991791


##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/example/ExampleParquetWriter.java:
##########
@@ -97,6 +97,7 @@ public static Builder builder(OutputFile file) {
 
   public static class Builder extends ParquetWriter.Builder<Group, Builder> {
     private MessageType type = null;
+    private boolean strictUnsignedIntegerValidation = false;

Review Comment:
   Sure will will update if there are no other changes requested, cc 
@shangxinli @wgtmac could you please review thanks!



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