ajantha-bhat commented on a change in pull request #4379:
URL: https://github.com/apache/iceberg/pull/4379#discussion_r833495590



##########
File path: docs/spark/spark-procedures.md
##########
@@ -198,7 +198,7 @@ the `expire_snapshots` procedure will never remove files 
which are still require
 | Argument Name | Required? | Type | Description |
 |---------------|-----------|------|-------------|
 | `table`       | ✔️  | string | Name of the table to update |
-| `older_than`  | ️   | timestamp | Timestamp before which snapshots will be 
removed (Default: 5 days ago) |
+| `older_than`  | ️   | timestamp | Timestamp before which snapshots will be 
removed (Default: 5 days ago). Considered upto millisecond precision. |

Review comment:
       ok, as snapshots itself is having creation time in milliseconds, we 
cannot expect to have microsecond precision. 
   I will remove it.




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