ajantha-bhat commented on a change in pull request #3589:
URL: https://github.com/apache/iceberg/pull/3589#discussion_r753699984
##########
File path: site/docs/spark-procedures.md
##########
@@ -209,16 +209,16 @@ Erase all snapshots older than the current timestamp but
retain the last 5 snaps
CALL hive_prod.system.expire_snapshots(table => 'db.sample', older_than =>
now(), retain_last => 5)
```
-### `remove_orphan_files`
+### `delete_orphan_files`
Review comment:
Action was called DeleteOrphanFiles but procedure was called
remove_orphan_files.
Hence changed the procedure name as well to match the action name.
##########
File path: site/docs/spark-procedures.md
##########
@@ -209,16 +209,16 @@ Erase all snapshots older than the current timestamp but
retain the last 5 snaps
CALL hive_prod.system.expire_snapshots(table => 'db.sample', older_than =>
now(), retain_last => 5)
```
-### `remove_orphan_files`
+### `delete_orphan_files`
Review comment:
Action was called `DeleteOrphanFiles` but procedure was called
`remove_orphan_files`.
Hence changed the procedure name as well to match the action name.
--
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]