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:
[email protected]
With regards,
Apache Git Services