kevinjqliu commented on code in PR #3718:
URL: https://github.com/apache/iceberg-python/pull/3718#discussion_r3751197090
##########
pyiceberg/cli/console.py:
##########
@@ -269,14 +269,19 @@ def drop() -> None:
@drop.command()
@click.argument("identifier")
[email protected]("--purge", is_flag=True, help="Physically delete all table
files.", default=False)
Review Comment:
```suggestion
@click.option("--purge", is_flag=True, help="Request that the catalog purge
all table files.", default=False)
```
--
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]