RussellSpitzer commented on a change in pull request #4379:
URL: https://github.com/apache/iceberg/pull/4379#discussion_r833331333



##########
File path: docs/spark/spark-procedures.md
##########
@@ -215,18 +215,12 @@ If `older_than` and `retain_last` are omitted, the 
table's [expiration propertie
 
 #### Examples
 
-Remove snapshots older than one day, but retain the last 100 snapshots:
+Remove snapshots older than one day (assuming today is TIMESTAMP '2021-06-31 
00:00:00.000'), but retain the last 100 snapshots:

Review comment:
       same as above, I would change this to just
   "Remove snapshots older than a specific day, but retain the last X 
snapshots" 
   
   Or we could put the day directly in there
   "Remove snapshots older than June 30, 2021, but retain the last 100 
snapshots"




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to