Fokko commented on code in PR #1865:
URL: https://github.com/apache/iceberg-python/pull/1865#discussion_r2033309802
##
tests/io/test_pyarrow.py:
##
@@ -2317,3 +2321,66 @@ def test_pyarrow_io_multi_fs() -> None:
# Same PyArrowFileIO instance resolves local file input t
Fokko commented on code in PR #1865:
URL: https://github.com/apache/iceberg-python/pull/1865#discussion_r2021670570
##
tests/io/test_pyarrow.py:
##
@@ -2317,3 +2321,66 @@ def test_pyarrow_io_multi_fs() -> None:
# Same PyArrowFileIO instance resolves local file input t
Fokko commented on code in PR #1865:
URL: https://github.com/apache/iceberg-python/pull/1865#discussion_r2024396389
##
tests/io/test_pyarrow.py:
##
@@ -2317,3 +2321,66 @@ def test_pyarrow_io_multi_fs() -> None:
# Same PyArrowFileIO instance resolves local file input t
Fokko commented on code in PR #1865:
URL: https://github.com/apache/iceberg-python/pull/1865#discussion_r2021670570
##
tests/io/test_pyarrow.py:
##
@@ -2317,3 +2321,66 @@ def test_pyarrow_io_multi_fs() -> None:
# Same PyArrowFileIO instance resolves local file input t
kevinjqliu commented on code in PR #1865:
URL: https://github.com/apache/iceberg-python/pull/1865#discussion_r2021466534
##
tests/io/test_pyarrow.py:
##
@@ -2317,3 +2321,66 @@ def test_pyarrow_io_multi_fs() -> None:
# Same PyArrowFileIO instance resolves local file in
kevinjqliu commented on code in PR #1865:
URL: https://github.com/apache/iceberg-python/pull/1865#discussion_r2021453036
##
tests/io/test_pyarrow.py:
##
@@ -2317,3 +2321,66 @@ def test_pyarrow_io_multi_fs() -> None:
# Same PyArrowFileIO instance resolves local file in
kevinjqliu commented on code in PR #1865:
URL: https://github.com/apache/iceberg-python/pull/1865#discussion_r2021452599
##
tests/io/test_pyarrow.py:
##
@@ -2317,3 +2321,66 @@ def test_pyarrow_io_multi_fs() -> None:
# Same PyArrowFileIO instance resolves local file in
kevinjqliu opened a new pull request, #1865:
URL: https://github.com/apache/iceberg-python/pull/1865
# Rationale for this change
Test scan with null values
Similar to https://github.com/apache/iceberg-rust/pull/1045
# Are these changes tested?
# Ar