Re: [PR] Add list-refs cli command [iceberg-python]

2023-11-10 Thread via GitHub
Fokko merged PR #137: URL: https://github.com/apache/iceberg-python/pull/137 -- 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: issues-unsubscr...@iceberg.

Re: [PR] Add list-refs cli command [iceberg-python]

2023-11-10 Thread via GitHub
Fokko commented on code in PR #137: URL: https://github.com/apache/iceberg-python/pull/137#discussion_r1389203952 ## pyiceberg/cli/console.py: ## @@ -372,3 +377,50 @@ def table(ctx: Context, identifier: str, property_name: str) -> None: # noqa: F ctx.exit(1) else