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.
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
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
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
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
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
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
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
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
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
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
11 matches
Mail list logo