hililiwei opened a new pull request, #6637:
URL: https://github.com/apache/iceberg/pull/6637

   Co-authored-by: Amogh Jahagirdar <jaham...@amazon.com>
   Co-authored-by: chidayong <247070...@qq.com>
   
   ## What is the purpose of the change
   Implement the syntax in the following documents:
   
https://docs.google.com/document/d/1tbATFPrKF3vNlzkgZQdaW8CAJmbjvryfrlg6C2Ci_aA/edit
   
   
   ### Create TAG 
   
   ```sql
   ALTER TABLE table CREAT TAG tagName
   [AS OF {VERSION snapshotId}]
   [RETAIN interval {DAYS | HOURS | MINUTES}]
   ```
   e.g.
   ```
   ALTER TABLE table CREATE TAG historical_annual_snapshot
   AS OF VERSION 100
   RETAIN 12 MONTHS
   ```
   
   cc @jackye1995 @amogh-jahagirdar 


-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to