Skip to content

Commit 0211f18

Browse files
committed
fix: set coerce_temporal_nanoseconds to False by default (Fixes #3357)
1 parent 3a3e9b1 commit 0211f18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

awswrangler/_data_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,7 @@ def pyarrow2pandas_defaults(
606606
"split_blocks": True,
607607
"self_destruct": True,
608608
"ignore_metadata": False,
609+
"coerce_temporal_nanoseconds": False,
609610
"types_mapper": get_pyarrow2pandas_type_mapper(dtype_backend),
610611
}
611612
if kwargs:

0 commit comments

Comments
 (0)