-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Python] test_extension_to_pandas_storage_type fails with NotImplementedError: extension<test.period<PeriodTypeWithToPandasDtype>>
#35321
Comments
@jorisvandenbossche @AlenkaF This is also happening for our 12.0.0 - RC 0 and is failing on verification at the moment. I am unsure whether we require a new RC with a fix for this. |
I think this just needs a small correction in our test (how we check to skip, similarly as my comment at #35248 (comment)), and so this doesn't actually impact any runtime behaviour. If we are OK with the fact that those tests fail when using pandas 2.0.1, we might not need a new RC. Doing a PR to fix it right now. |
Actually, suppose this is a regression in pandas, so I am going to skip the test on pandas 2.0.1. The question about impact on release process stays the same though. |
…ndas 2.0.1 (apache#35324) This test fails presumably because of a regression or change in behaviour in pandas 2.0.1, therefore skipping the test for now. * Closes: apache#35321 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
…ndas 2.0.1 (apache#35324) This test fails presumably because of a regression or change in behaviour in pandas 2.0.1, therefore skipping the test for now. * Closes: apache#35321 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
…ndas 2.0.1 (apache#35324) This test fails presumably because of a regression or change in behaviour in pandas 2.0.1, therefore skipping the test for now. * Closes: apache#35321 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Describe the bug, including details regarding any error messages, version, and platform.
The pandas nightly tests and release verification jobs are failing:
Due to the following test failing:
This started happening since the new pandas 2.0.1 was released: https://pypi.org/project/pandas/#history
The full error:
Component(s)
Python
The text was updated successfully, but these errors were encountered: