dvjyothsna commented on a change in pull request #1723: DRILL-7063: Seperate metadata cache
file into summary, file metadata
URL: https://github.com/apache/drill/pull/1723#discussion_r272822402
##########
File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetTableMetadataUtils.java
##########
@@ -162,15 +163,16 @@ public static RowGroupMetadata getRowGroupMetadata(MetadataBase.ParquetTableMeta
/**
* Merges list of specified metadata into the map of {@link ColumnStatistics} with columns
as keys.
*
+ * @param <T> type of metadata to collect
* @param metadataList list of metadata to be merged
* @param columns set of columns whose statistics should be merged
* @param statisticsToCollect kinds of statistics that should be collected
- * @param <T> type of metadata to collect
+ * @param parquetTableMetadata
Review comment:
Done.
----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
|