[
https://issues.apache.org/jira/browse/HIVE-24906?focusedWorklogId=582314&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-582314
]
ASF GitHub Bot logged work on HIVE-24906:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Apr/21 09:19
Start Date: 14/Apr/21 09:19
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on a change in pull request #2089:
URL: https://github.com/apache/hive/pull/2089#discussion_r613082011
##########
File path:
standalone-metastore/metastore-common/src/main/thrift/hive_metastore.thrift
##########
@@ -593,8 +593,8 @@ struct Table {
22: optional byte accessType,
23: optional list<string> requiredReadCapabilities,
24: optional list<string> requiredWriteCapabilities
- 25: optional i64 id, // id of the table. It will be ignored
if set. It's only for
- // read purposed
+ 25: optional i64 id, // id of the table. It will be ignored
if set. It's only for read purposes
+ 26: optional i64 txnId, // txnId associated with the table
creation
Review comment:
@pvary, could you please elaborate on that. We can't just override
tableName if that's what you are thinking.
--
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: 582314)
Time Spent: 1.5h (was: 1h 20m)
> Suffix the table location with UUID/txnId
> -----------------------------------------
>
> Key: HIVE-24906
> URL: https://issues.apache.org/jira/browse/HIVE-24906
> Project: Hive
> Issue Type: Sub-task
> Reporter: Denys Kuzmenko
> Assignee: Denys Kuzmenko
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Suffixing the table location during create table with UUID/txnId can help in
> deleting the data in asynchronous fashion.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)