diff --git a/pyathena/pandas/result_set.py b/pyathena/pandas/result_set.py index 056cd355..19b0d71a 100644 --- a/pyathena/pandas/result_set.py +++ b/pyathena/pandas/result_set.py @@ -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: