[ https://issues.apache.org/jira/browse/HIVE-24906?focusedWorklogId=582391&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-582391 ]
ASF GitHub Bot logged work on HIVE-24906: ----------------------------------------- Author: ASF GitHub Bot Created on: 14/Apr/21 11:17 Start Date: 14/Apr/21 11:17 Worklog Time Spent: 10m Work Description: pvary commented on a change in pull request #2089: URL: https://github.com/apache/hive/pull/2089#discussion_r613157631 ########## 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: Sorry. My mistake. Instead of: > Why not just override the tableName? I wanted to ask: Why not just override the table location? -- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 582391) Time Spent: 2h (was: 1h 50m) > 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: 2h > 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)