kbendick commented on a change in pull request #4008:
URL: https://github.com/apache/iceberg/pull/4008#discussion_r795155222
##########
File path: site/docs/spark-procedures.md
##########
@@ -221,12 +222,13 @@ Used to remove files which are not referenced in any
metadata files of an Iceber
#### Usage
-| Argument Name | Required? | Type | Description |
-|---------------|-----------|------|-------------|
-| `table` | ✔️ | string | Name of the table to clean |
-| `older_than` | ️ | timestamp | Remove orphan files created before this
timestamp (Defaults to 3 days ago) |
-| `location` | | string | Directory to look for files in (defaults to
the table's location) |
-| `dry_run` | | boolean | When true, don't actually remove files
(defaults to false) |
+| Argument Name | Required? | Type | Description
|
+|--------|-----------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
Review comment:
Hmmm..... looking at it closer though, it does kind of appear like maybe
it was trying to be lined up at one point? I don't know what the standards are
here, but probably it was just another IntelliJ user like me that had it
partially formatted as a pretty printed table. I've reverted that.
--
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]