From e3ef45a70fa1c87ca7c2faeaf54cf7d33730f03d Mon Sep 17 00:00:00 2001 From: Ion Koutsouris <15728914+ion-elgreco@users.noreply.github.com> Date: Sat, 5 Oct 2024 11:41:50 +0200 Subject: [PATCH] chore: ignore --- py-polars/polars/io/delta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-polars/polars/io/delta.py b/py-polars/polars/io/delta.py index bd948e75623b..33b6f3140696 100644 --- a/py-polars/polars/io/delta.py +++ b/py-polars/polars/io/delta.py @@ -331,7 +331,7 @@ def scan_delta( raise DeltaProtocolError(msg) delta_schema = dl_tbl.schema().to_pyarrow(as_large_types=True) - polars_schema = from_arrow(pa.Table.from_pylist([], delta_schema)).schema # type: ignore + polars_schema = from_arrow(pa.Table.from_pylist([], delta_schema)).schema # type: ignore[union-attr] partition_columns = dl_tbl.metadata().partition_columns def _split_schema(