SinghAsDev commented on a change in pull request #222:
URL: https://github.com/apache/parquet-mr/pull/222#discussion_r499021154
##########
File path:
parquet-thrift/src/main/java/org/apache/parquet/thrift/ThriftSchemaConvertVisitor.java
##########
@@ -76,22 +78,37 @@
private final boolean doProjection;
private final boolean keepOneOfEachUnion;
- private ThriftSchemaConvertVisitor(FieldProjectionFilter
fieldProjectionFilter, boolean doProjection, boolean keepOneOfEachUnion) {
+ private boolean writeThreeLevelList =
ParquetWriteProtocol.WRITE_THREE_LEVEL_LISTS_DEFAULT;
Review comment:
Good point, made the change.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]