[
https://issues.apache.org/jira/browse/HIVE-24906?focusedWorklogId=582376&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-582376
]
ASF GitHub Bot logged work on HIVE-24906:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Apr/21 10:53
Start Date: 14/Apr/21 10:53
Worklog Time Spent: 10m
Work Description: deniskuzZ commented on a change in pull request #2089:
URL: https://github.com/apache/hive/pull/2089#discussion_r613143904
##########
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:
AFAIK, in multiple places, we are referencing the table by its name and
not id, like when checking if a table exists.
--
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: 582376)
Time Spent: 1h 50m (was: 1h 40m)
> 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: 1h 50m
> 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)