amansinha100 commented on a change in pull request #1771: DRILL-7199: Optimize 
population of metadata for non-interesting columns
URL: https://github.com/apache/drill/pull/1771#discussion_r280113441
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/BaseParquetMetadataProvider.java
 ##########
 @@ -87,6 +88,7 @@
   private TableMetadata tableMetadata;
   private List<PartitionMetadata> partitions;
   private Map<Path, FileMetadata> files;
+  private NonInterestingColumnsMetadata nonInterestingColumnsMetadata;
 
 Review comment:
   For older metadata versions (V3.3 and prior) will this be initialized to 
null  ?  Have you tried with prior versions ?

----------------------------------------------------------------
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

Reply via email to