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

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

                Author: ASF GitHub Bot
            Created on: 02/Dec/20 04:03
            Start Date: 02/Dec/20 04:03
    Worklog Time Spent: 10m 
      Work Description: nrg4878 commented on a change in pull request #1681:
URL: https://github.com/apache/hive/pull/1681#discussion_r533882298



##########
File path: 
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java
##########
@@ -2360,6 +2360,21 @@ public Table getTable(String catName, String dbName, 
String tableName, String va
     return 
deepCopyTables(FilterUtils.filterTablesIfEnabled(isClientFilterEnabled, 
filterHook, tabs));
   }
 
+  @Override
+  public GetTablesResult getTables(GetTablesRequest req) throws TException {
+    if (processorCapabilities != null)
+      req.setProcessorCapabilities(new 
ArrayList<String>(Arrays.asList(processorCapabilities)));
+    if (processorIdentifier != null)
+      req.setProcessorIdentifier(processorIdentifier);
+    if (req.getCapabilities() == null) {

Review comment:
       duplicate setCapabilities() call. 




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


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

    Worklog Id:     (was: 518757)
    Time Spent: 1h  (was: 50m)

> 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: 1h
>  Remaining Estimate: 0h
>




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

Reply via email to