[ 
https://issues.apache.org/jira/browse/IMPALA-12229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17796524#comment-17796524
 ] 

ASF subversion and git services commented on IMPALA-12229:
----------------------------------------------------------

Commit 45682c132ffb6c5511e40e949a2c8d4008f17e7d in impala's branch 
refs/heads/master from zhangyifan27
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=45682c132 ]

IMPALA-12229: Support soft-delete Kudu table

Adds 'kudu_table_reserve_seconds' query option to set reserved time
for deleted Impala managed Kudu tables. The default value is 0.
This option can prevent users from deleting important Kudu tables
by mistake.

Testing:
- Added e2e tests.

Change-Id: I3020567bb6cfe4dd48ef17906f8de674f37217e7
Reviewed-on: http://gerrit.cloudera.org:8080/20773
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Support soft-deleted tables for Kudu
> ------------------------------------
>
>                 Key: IMPALA-12229
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12229
>             Project: IMPALA
>          Issue Type: New Feature
>            Reporter: YifanZhang
>            Priority: Major
>
> Kudu now supports soft-deleted tables (KUDU-3326). Users can specify a 
> reservation period when soft-deleting a table via Kudu client API. Kudu then 
> keeps the table aside for a period of time, not deleting the data 
> immediately. The table can be recalled back before its reservation expires.
> Impala should support this feature when using DROP TABLE statement to remove 
> Impala-managed(or internal) Kudu tables.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to