satishkotha commented on a change in pull request #847:
URL: https://github.com/apache/parquet-mr/pull/847#discussion_r551598725
##########
File path:
parquet-tools/src/main/java/org/apache/parquet/tools/command/MergeCommand.java
##########
@@ -41,6 +46,21 @@
" <output> is the destination parquet file"
};
+ private static final String DEFAULT_KEY_VALUE_MERGE_STRATEGY = new
DefaultKeyValueMetadataMergeStrategy().getClass().getName();
Review comment:
My bad. Fixed. 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.
For queries about this service, please contact Infrastructure at:
[email protected]