[
https://issues.apache.org/jira/browse/HIVE-24386?focusedWorklogId=532850&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-532850
]
ASF GitHub Bot logged work on HIVE-24386:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Jan/21 05:33
Start Date: 08/Jan/21 05:33
Worklog Time Spent: 10m
Work Description: vnhive commented on a change in pull request #1694:
URL: https://github.com/apache/hive/pull/1694#discussion_r553750571
##########
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:
Sorry about the confusion naveen. I have reverted these back to the
StorageDescriptor attributes. Thank you for the comment.
----------------------------------------------------------------
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: 532850)
Time Spent: 50m (was: 40m)
> 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: 50m
> 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)