Skip to content

Commit 354740e

Browse files
committed
Minor - fix S3 select compression test
1 parent 9448a61 commit 354740e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_s3_select.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def test_compression(path, compression):
145145
input_serialization_params={"Type": "Document"},
146146
compression="bzip2" if compression == "bz2" else compression,
147147
use_threads=False,
148+
arrow_additional_kwargs={"types_mapper": None},
148149
)
149150
assert df.equals(df3)
150151

0 commit comments

Comments
 (0)