[ 
https://issues.apache.org/jira/browse/DRILL-7063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16810103#comment-16810103
 ] 

ASF GitHub Bot commented on DRILL-7063:
---------------------------------------

amansinha100 commented on pull request #1723: DRILL-7063: Seperate metadata 
cache file into summary, file metadata
URL: https://github.com/apache/drill/pull/1723#discussion_r272276427
 
 

 ##########
 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:
   It occurs to me that for consistency we should follow a convention of 
`MajorVersion.MinorVersion`  i.e 4.0 instead of just 4.  In Version 3 we 
started adding the minor versions later but now that we are following that 
model, it would make sense to have a 2 digit scheme.  Let's discuss..
 
----------------------------------------------------------------
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]


> Create separate summary file for schema, totalRowCount, totalNullCount 
> (includes maintenance)
> ---------------------------------------------------------------------------------------------
>
>                 Key: DRILL-7063
>                 URL: https://issues.apache.org/jira/browse/DRILL-7063
>             Project: Apache Drill
>          Issue Type: Sub-task
>          Components: Metadata
>            Reporter: Venkata Jyothsna Donapati
>            Assignee: Venkata Jyothsna Donapati
>            Priority: Major
>             Fix For: 1.16.0
>
>   Original Estimate: 252h
>  Remaining Estimate: 252h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to