You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/01/05 17:19:00 UTC

[jira] [Work logged] (HIVE-24386) Add builder methods for GetTablesRequest and GetPartitionsRequest to HiveMetaStoreClient

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

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

                Author: ASF GitHub Bot
            Created on: 05/Jan/21 17:18
            Start Date: 05/Jan/21 17:18
    Worklog Time Spent: 10m 
      Work Description: nrg4878 commented on a change in pull request #1694:
URL: https://github.com/apache/hive/pull/1694#discussion_r552074646



##########
File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/TableFields.java
##########
@@ -58,9 +60,9 @@
 
     private static final ImmutableSet<String> allMultiValuedFields = new ImmutableSet.Builder<String>()
             .add("values")
-            .add("sd.cols.name")
-            .add("sd.cols.type")
-            .add("sd.cols.comment")
+            .add("sd.cd.cols.name")

Review comment:
       @vnhive StorageDescriptor seems to have a variable "cols" but not the actual ColumnDescriptor "cd". How does this work? 




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


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

    Worklog Id:     (was: 531357)
    Time Spent: 20m  (was: 10m)

> Add builder methods for GetTablesRequest and GetPartitionsRequest to HiveMetaStoreClient
> ----------------------------------------------------------------------------------------
>
>                 Key: HIVE-24386
>                 URL: https://issues.apache.org/jira/browse/HIVE-24386
>             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
>
> Builder methods for GetTablesRequest and GetPartitionsRequest should be added to the HiveMetaStoreClient class.



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