Skip to content

Commit

Permalink
add pyiceberg issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjqliu committed Sep 12, 2024
1 parent 62a923a commit d2f64d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/tests/unit/io/test_iceberg.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2f64d2

Please sign in to comment.