parthchandra commented on code in PR #3271:
URL: https://github.com/apache/parquet-java/pull/3271#discussion_r2285942271
##########
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:
I feel this should be true always. At least should be true by default.
--
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]