Re: [PR] Get Started: Add sqlcatalog and local fs warehouse [iceberg-python]

2024-02-04 Thread via GitHub
Fokko merged PR #361: URL: https://github.com/apache/iceberg-python/pull/361 -- 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] Get Started: Add sqlcatalog and local fs warehouse [iceberg-python]

2024-02-04 Thread via GitHub
kevinjqliu commented on code in PR #361: URL: https://github.com/apache/iceberg-python/pull/361#discussion_r1477439057 ## mkdocs/docs/index.md: ## @@ -62,6 +62,27 @@ You either need to install `s3fs`, `adlfs`, `gcs`, or `pyarrow` to be able to fe Iceberg leverages the [catal

Re: [PR] Get Started: Add sqlcatalog and local fs warehouse [iceberg-python]

2024-02-04 Thread via GitHub
kevinjqliu commented on PR #361: URL: https://github.com/apache/iceberg-python/pull/361#issuecomment-1925915940 thanks for the review @Fokko -- 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 s

Re: [PR] Get Started: Add sqlcatalog and local fs warehouse [iceberg-python]

2024-02-04 Thread via GitHub
Fokko commented on code in PR #361: URL: https://github.com/apache/iceberg-python/pull/361#discussion_r1477436914 ## mkdocs/docs/index.md: ## @@ -158,6 +177,14 @@ df = table.scan(row_filter="tip_per_mile > 0").to_arrow() len(df) ``` +### Explore Iceberg data and metadata fil