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

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

                Author: ASF GitHub Bot
            Created on: 26/Nov/20 06:45
            Start Date: 26/Nov/20 06:45
    Worklog Time Spent: 10m 
      Work Description: vnhive commented on a change in pull request #1681:
URL: https://github.com/apache/hive/pull/1681#discussion_r530803306



##########
File path: 
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
##########
@@ -2360,6 +2360,20 @@ public Table getTable(String catName, String dbName, 
String tableName, String va
     return 
deepCopyTables(FilterUtils.filterTablesIfEnabled(isClientFilterEnabled, 
filterHook, tabs));
   }
 
+  @Override
+  public List<Table> getTableObjectsByRequest(GetTablesRequest req) throws 
TException {

Review comment:
       You are referring to SessionHiveMetaStoreClient right ?
   
   SessionHiveMetaStoreClient does not have an implementation for 
get_partitions_with_specs and piggybacks on the implementation in its 
superclass (HiveMetaStoreClient) from the inheritance hierarchy. I just 
followed the same pattern here.
   
   Also it just returns a list of table objects, basically a read query and 
should work the same across sessions, since, it just returns persisted session 
information.




----------------------------------------------------------------
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: 516926)
    Time Spent: 20m  (was: 10m)

> Add the projection specification to the table request object and add 
> placeholders in ObjectStore.java
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HIVE-24397
>                 URL: https://issues.apache.org/jira/browse/HIVE-24397
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Hive
>            Reporter: Narayanan Venkateswaran
>            Assignee: Narayanan Venkateswaran
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>




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

Reply via email to