You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/06/23 11:36:00 UTC

[jira] [Work logged] (HIVE-26354) Support expiring snapshots on iceberg table

     [ https://issues.apache.org/jira/browse/HIVE-26354?focusedWorklogId=784155&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-784155 ]

ASF GitHub Bot logged work on HIVE-26354:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 23/Jun/22 11:35
            Start Date: 23/Jun/22 11:35
    Worklog Time Spent: 10m 
      Work Description: pvary opened a new pull request, #3401:
URL: https://github.com/apache/hive/pull/3401

   ### What changes were proposed in this pull request?
   Adds the following syntax for expiring the Iceberg table snapshots:
   
   ALTER TABLE test_table EXECUTE expire_snapshots('timestamp');
   
   ### Why are the changes needed?
   Additional feature for Iceberg tables
   
   ### Does this PR introduce _any_ user-facing change?
   New syntax
   
   ### How was this patch tested?
   Added unit test




Issue Time Tracking
-------------------

            Worklog Id:     (was: 784155)
    Remaining Estimate: 0h
            Time Spent: 10m

> Support expiring snapshots on iceberg table
> -------------------------------------------
>
>                 Key: HIVE-26354
>                 URL: https://issues.apache.org/jira/browse/HIVE-26354
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Peter Vary
>            Assignee: Peter Vary
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> It would be good to support expire snapshots for Iceberg tables.
> The syntax could be something like below:
> {code}
> ALTER TABLE test_table EXECUTE expire_snapshots('timestamp');
> {code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)