mayankshriv commented on a change in pull request #3511: [PINOT-7370] Track 
bytes read per query
URL: https://github.com/apache/incubator-pinot/pull/3511#discussion_r243365133
 
 

 ##########
 File path: 
pinot-common/src/main/java/com/linkedin/pinot/common/utils/DataTable.java
 ##########
 @@ -27,6 +27,9 @@
 public interface DataTable {
   String EXCEPTION_METADATA_KEY = "Exception";
   String NUM_DOCS_SCANNED_METADATA_KEY = "numDocsScanned";
+  String NUM_INDICES_LOADED_KEY = "numIndicesLoaded";
 
 Review comment:
   If this does not represent num_indices, then could we name it appropriately?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to