arina-ielchiieva commented on a change in pull request #1542: DRILL-6850: JDBC 
integration tests failures
URL: https://github.com/apache/drill/pull/1542#discussion_r234526375
 
 

 ##########
 File path: 
contrib/storage-jdbc/src/main/java/org/apache/drill/exec/store/jdbc/JdbcStoragePlugin.java
 ##########
 @@ -291,27 +292,41 @@ public Table getTable(String name) {
       if (table != null) {
         return table;
       }
-      return inner.getTable(name.toUpperCase());
+      if (!areTableNamesCaseSensitive()) {
 
 Review comment:
   Do we know which db we are using in the plugin? Maybe we can do table search 
via switch by db name rather than via if's with comments above?
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to