BUG: failing tests in pyarrow with pandas nightly #52782
Labels
Arrow
pyarrow functionality
Bug
Needs Info
Clarification about behavior needed to assess issue
Upstream issue
Issue related to pandas dependency
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
Some tests in PyArrow started failing about a day ago apache/arrow#35235. The conversion from pyarrow table to pandas for timestamps with timezones is working fine, but column conversion to Series fails if timezone is not None.
The tests are failing on the Arrow code freeze branch made at the beginning of this week. The same tests pass with latest pandas release version, but fail with the development version/ nightly.
We suspect this could be connected with #52677 but are not sure.
@mroeschke do you maybe have an idea of what could be triggering this?
Expected Behavior
The conversion from table column to pandas should not fail.
Installed Versions
INSTALLED VERSIONS
commit : d91b04c
python : 3.10.10.final.0
python-bits : 64
OS : Darwin
OS-release : 22.4.0
Version : Darwin Kernel Version 22.4.0: Mon Mar 6 21:00:41 PST 2023; root:xnu-8796.101.5~3/RELEASE_ARM64_T8103
machine : arm64
processor : arm
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : en_US.UTF-8
pandas : 2.1.0.dev0+548.gd91b04c30e
numpy : 1.21.6
pytz : 2022.7.1
dateutil : 2.8.2
setuptools : 67.2.0
pip : 23.0.1
Cython : 0.29.33
pytest : 7.2.2
hypothesis : 6.70.0
sphinx : 5.3.0
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : 3.1.2
IPython : 8.11.0
pandas_datareader: None
bs4 : 4.12.0
bottleneck : None
brotli : None
fastparquet : None
fsspec : 2023.3.0
gcsfs : None
matplotlib : 3.7.1
numba : 0.56.4
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : 12.0.0.dev418+g6432a2382e.d20230414
pyreadstat : None
pyxlsb : None
s3fs : None
scipy : None
snappy : None
sqlalchemy : None
tables : None
tabulate : 0.9.0
xarray : 2023.2.0
xlrd : None
zstandard : None
tzdata : 2023.3
qtpy : None
The text was updated successfully, but these errors were encountered: