Re: [PR] Support Time Travel in InspectTable.entries [iceberg-python]

2024-04-13 Thread via GitHub
Fokko merged PR #599: URL: https://github.com/apache/iceberg-python/pull/599 -- 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] Support Time Travel in InspectTable.entries [iceberg-python]

2024-04-12 Thread via GitHub
syun64 commented on code in PR #599: URL: https://github.com/apache/iceberg-python/pull/599#discussion_r1563120200 ## pyiceberg/table/__init__.py: ## @@ -3253,6 +3253,15 @@ def __init__(self, tbl: Table) -> None: except ModuleNotFoundError as e: raise Modul

Re: [PR] Support Time Travel in InspectTable.entries [iceberg-python]

2024-04-12 Thread via GitHub
Fokko commented on code in PR #599: URL: https://github.com/apache/iceberg-python/pull/599#discussion_r1563107624 ## pyiceberg/table/__init__.py: ## @@ -3253,6 +3253,15 @@ def __init__(self, tbl: Table) -> None: except ModuleNotFoundError as e: raise Module

Re: [PR] Support Time Travel in InspectTable.entries [iceberg-python]

2024-04-12 Thread via GitHub
Fokko commented on code in PR #599: URL: https://github.com/apache/iceberg-python/pull/599#discussion_r1563107139 ## pyiceberg/table/__init__.py: ## @@ -3253,6 +3253,15 @@ def __init__(self, tbl: Table) -> None: except ModuleNotFoundError as e: raise Module

Re: [PR] Support Time Travel in InspectTable.entries [iceberg-python]

2024-04-12 Thread via GitHub
Fokko commented on code in PR #599: URL: https://github.com/apache/iceberg-python/pull/599#discussion_r1563100274 ## pyiceberg/table/__init__.py: ## @@ -3253,6 +3253,15 @@ def __init__(self, tbl: Table) -> None: except ModuleNotFoundError as e: raise Module

Re: [PR] Support Time Travel in InspectTable.entries [iceberg-python]

2024-04-12 Thread via GitHub
syun64 commented on code in PR #599: URL: https://github.com/apache/iceberg-python/pull/599#discussion_r1562951244 ## pyiceberg/table/__init__.py: ## @@ -3253,6 +3253,15 @@ def __init__(self, tbl: Table) -> None: except ModuleNotFoundError as e: raise Modul

Re: [PR] Support Time Travel in InspectTable.entries [iceberg-python]

2024-04-12 Thread via GitHub
kevinjqliu commented on code in PR #599: URL: https://github.com/apache/iceberg-python/pull/599#discussion_r1562924781 ## pyiceberg/table/__init__.py: ## @@ -3253,6 +3253,15 @@ def __init__(self, tbl: Table) -> None: except ModuleNotFoundError as e: raise M

Re: [PR] Support Time Travel in InspectTable.entries [iceberg-python]

2024-04-12 Thread via GitHub
syun64 commented on code in PR #599: URL: https://github.com/apache/iceberg-python/pull/599#discussion_r1562919602 ## pyiceberg/table/__init__.py: ## @@ -3253,6 +3253,15 @@ def __init__(self, tbl: Table) -> None: except ModuleNotFoundError as e: raise Modul

Re: [PR] Support Time Travel in InspectTable.entries [iceberg-python]

2024-04-12 Thread via GitHub
syun64 commented on code in PR #599: URL: https://github.com/apache/iceberg-python/pull/599#discussion_r1562918080 ## pyiceberg/table/__init__.py: ## @@ -3253,6 +3253,15 @@ def __init__(self, tbl: Table) -> None: except ModuleNotFoundError as e: raise Modul

Re: [PR] Support Time Travel in InspectTable.entries [iceberg-python]

2024-04-12 Thread via GitHub
kevinjqliu commented on code in PR #599: URL: https://github.com/apache/iceberg-python/pull/599#discussion_r1562740546 ## pyiceberg/table/__init__.py: ## @@ -3253,6 +3253,15 @@ def __init__(self, tbl: Table) -> None: except ModuleNotFoundError as e: raise M

[PR] Support Time Travel in InspectTable.entries [iceberg-python]

2024-04-12 Thread via GitHub
syun64 opened a new pull request, #599: URL: https://github.com/apache/iceberg-python/pull/599 Time travellng on Metadata Tables allows for comparisons between two snapshots of Iceberg tables in many different and meaningful ways (files, partitions, etc) Spark Iceberg API supports ti