You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/11/11 15:14:38 UTC

[GitHub] [drill] vvysotskyi commented on a change in pull request #1886: DRILL-7273: Introduce operators for handling metadata

vvysotskyi commented on a change in pull request #1886: DRILL-7273: Introduce operators for handling metadata
URL: https://github.com/apache/drill/pull/1886#discussion_r343715261
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java
 ##########
 @@ -246,6 +257,7 @@ public String toString() {
     builder.append(", numFiles=").append(getEntries().size());
     builder.append(", numRowGroups=").append(getRowGroupsMetadata().size());
     builder.append(", usedMetadataFile=").append(usedMetadataCache);
+    builder.append(", usedMetastore=").append(usedMetastore);
 
 Review comment:
   Yes, it would be useful to point out that metastore was used. Thanks, added it to `MetadataDirectGroupScan`.

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