Skip to content

Commit 9448a61

Browse files
committed
Minor - fix S3 select encryption test
1 parent dc074d2 commit 9448a61

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
@@ -171,5 +171,6 @@ def test_encryption(path, kms_key_id, s3_additional_kwargs):
171171
input_serialization="Parquet",
172172
input_serialization_params={},
173173
use_threads=False,
174+
arrow_additional_kwargs={"types_mapper": None},
174175
)
175176
assert df.equals(df2)

0 commit comments

Comments
 (0)