We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b20362 commit 77f2dc2Copy full SHA for 77f2dc2
awswrangler/athena/_read.py
@@ -149,8 +149,8 @@ def _fetch_parquet_result(
149
return df
150
if not pyarrow_additional_kwargs:
151
pyarrow_additional_kwargs = {}
152
- if categories:
153
- pyarrow_additional_kwargs["categories"] = categories
+ if categories:
+ pyarrow_additional_kwargs["categories"] = categories
154
_logger.debug("Reading Parquet result from %d paths", len(paths))
155
ret = s3.read_parquet(
156
path=paths,
0 commit comments