Skip to content

Commit

Permalink
Merge pull request #429 from laughingman7743/use_nullable_dtypes
Browse files Browse the repository at this point in the history
Fix FutureWarning: The argument 'use_nullable_dtypes' is deprecated a…
  • Loading branch information
laughingman7743 committed Apr 16, 2023
2 parents b79a4e0 + 39b2aa8 commit be824f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyathena/pandas/result_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ def _read_parquet(self, engine) -> "DataFrame":
"default_cache_type": self._cache_type,
"max_workers": self._max_workers,
},
use_nullable_dtypes=False,
**kwargs,
)
except Exception as e:
Expand Down

0 comments on commit be824f1

Please sign in to comment.