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_r272464331
##########
File path:
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/metadata/MetadataVersion.java
##########
@@ -145,6 +145,11 @@ public int compareTo(MetadataVersion o) {
*/
public static final String V3_3 = "3.3";
+ /**
+ * Version 4: Split the metadata cache file into summary and file metadata
+ */
+ public static final String V4 = "4";
Review comment:
Changed to 4.0
----------------------------------------------------------------
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