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 2021/10/20 13:26:21 UTC

[GitHub] [drill] cgivre commented on a change in pull request #2342: DRILL-8016: Default to lazy outbound connections for storage-jdbc and storage-splunk

cgivre commented on a change in pull request #2342:
URL: https://github.com/apache/drill/pull/2342#discussion_r732769408



##########
File path: contrib/storage-splunk/src/main/java/org/apache/drill/exec/store/splunk/SplunkSchemaFactory.java
##########
@@ -40,19 +38,11 @@
   private static final Logger logger = LoggerFactory.getLogger(SplunkSchemaFactory.class);
   private static final String SPL_TABLE_NAME = "spl";
   private final SplunkStoragePlugin plugin;
-  private final EntityCollection<Index> indexes;
+  // private final EntityCollection<Index> indexes;

Review comment:
       Please remove commented out code. 




-- 
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-unsubscribe@drill.apache.org

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