Skip to content

Commit

Permalink
chore: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Oct 5, 2024
1 parent 0103cdd commit e3ef45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/io/delta.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e3ef45a

Please sign in to comment.