[GitHub] [hive] dantongdong commented on a change in pull request #2371: HIVE-25213: Implement List getTables() for existing connectors

Thu, 24 Jun 2021 11:43:14 -0700


dantongdong commented on a change in pull request #2371:
URL: https://github.com/apache/hive/pull/2371#discussion_r658196705



##########
File path: 
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/dataconnector/jdbc/AbstractJDBCConnectorProvider.java
##########
@@ -192,6 +215,7 @@ protected Connection getConnection() {
       }
 
       table = buildTableFromColsList(tableName, cols);
+      table.setDbName(scoped_db);

Review comment:
       Good catch. Will change!




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



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

Reply via email to