From d2f64d2e775f4006e36c988944d4e8776c818d05 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Thu, 12 Sep 2024 15:02:21 -0700 Subject: [PATCH] add pyiceberg issue --- py-polars/tests/unit/io/test_iceberg.py | 1 + 1 file changed, 1 insertion(+) 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