vdiravka 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_r270782041
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/metadata/MetadataPathUtils.java
##########
@@ -60,6 +61,22 @@
* @param baseDir base parent directory
* @return list of files with absolute paths
*/
+ public static List<ParquetFileMetadata_v4>
convertToFilesWithAbsolutePathsForV4(
Review comment:
Please modify existing method `convertToFilesWithAbsolutePaths` for using
with `ParquetFileMetadata_v4` and `ParquetFileMetadata_v3` to avoid duplicating
the code.
----------------------------------------------------------------
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]
With regards,
Apache Git Services