Skip to content

Commit

Permalink
Fix after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Mar 4, 2024
1 parent 9989c63 commit 570764a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daft/daft.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class ParquetSourceConfig:
"""

coerce_int96_timestamp_unit: PyTimeUnit | None
field_id_to_colname_mapping: list[tuple[int, str]] | None
field_id_mapping: dict[int, PyField] | None

def __init__(
self,
Expand Down

0 comments on commit 570764a

Please sign in to comment.