diff --git a/py-polars/tests/unit/io/test_iceberg.py b/py-polars/tests/unit/io/test_iceberg.py index 5f5459f478c4..5928dc06dd8e 100644 --- a/py-polars/tests/unit/io/test_iceberg.py +++ b/py-polars/tests/unit/io/test_iceberg.py @@ -173,6 +173,7 @@ def test_write_iceberg(df: pl.DataFrame, tmp_path: Path) -> None: from pyiceberg.catalog.sql import SqlCatalog # time64[ns] type is currently not supported in pyiceberg. + # https://github.com/apache/iceberg-python/issues/1169 df = df.drop("time") # in-memory catalog