jnturton commented on code in PR #2661:
URL: https://github.com/apache/drill/pull/2661#discussion_r985959030


##########
exec/java-exec/src/main/java/org/apache/drill/exec/ops/QueryContext.java:
##########
@@ -87,6 +89,7 @@ public enum SqlStatementType {OTHER, ANALYZE, CTAS, EXPLAIN, 
DESCRIBE_TABLE, DES
   /** Stores constants and their holders by type */
   private final Map<String, Map<MinorType, ValueHolder>> 
constantValueHolderCache;
   private SqlStatementType stmtType;
+  private Collection<StoragePlugin> scannedPlugins;

Review Comment:
   I wasn't sure whether this new member is appropriate here.



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

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to