[jira] [Work logged] (HIVE-25213) Implement List getTables() for existing connectors.

Thu, 24 Jun 2021 11:44:05 -0700


     [ 
https://issues.apache.org/jira/browse/HIVE-25213?focusedWorklogId=614665&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-614665
 ]

ASF GitHub Bot logged work on HIVE-25213:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 24/Jun/21 18:43
            Start Date: 24/Jun/21 18:43
    Worklog Time Spent: 10m 
      Work Description: 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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 614665)
    Time Spent: 1.5h  (was: 1h 20m)

> Implement List<Table> getTables() for existing connectors.
> ----------------------------------------------------------
>
>                 Key: HIVE-25213
>                 URL: https://issues.apache.org/jira/browse/HIVE-25213
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Naveen Gangam
>            Assignee: Dantong Dong
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> In the initial implementation, connector providers do not implement the 
> getTables(string pattern) spi. We had deferred it for later. Only 
> getTableNames() and getTable() were implemented. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to