Skip to content
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][CI] Extension type test fails with pandas 2.0.2 #35821

Closed
raulcd opened this issue May 30, 2023 · 2 comments · Fixed by #35822
Closed

[Python][CI] Extension type test fails with pandas 2.0.2 #35821

raulcd opened this issue May 30, 2023 · 2 comments · Fixed by #35822

Comments

@raulcd
Copy link
Member

raulcd commented May 30, 2023

Describe the bug, including details regarding any error messages, version, and platform.

These tests were already skipped on pandas 2.0.1 but on 29th May a new release of Pandas was done (2.0.2) and those tests have started failing again.
This was fixed on: #35321
Example of job failing with 2.0.2: https://github.com/ursacomputing/crossbow/actions/runs/5116312550/jobs/9198356098

Component(s)

Continuous Integration, Python

@raulcd
Copy link
Member Author

raulcd commented May 30, 2023

@jorisvandenbossche I saw you assigned this to yourself. I did a quick PR but happy to drop it if you do a new one :)

@jorisvandenbossche
Copy link
Member

That PR is fine to just have the CI green short-term, but I can still take it on me to do a proper investigation (whether it's a regression on the pandas side that should be fixed, or something to fix on our side, ..)

raulcd added a commit that referenced this issue May 31, 2023
….0.2 (#35822)

### What changes are included in this PR?

Skip Python extension type tests due to the new 2.0.2 release of pandas.

### Are these changes tested?

Changed check of pandas version

### Are there any user-facing changes?

No
* Closes: #35821

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
raulcd added a commit that referenced this issue May 31, 2023
….0.2 (#35822)

### What changes are included in this PR?

Skip Python extension type tests due to the new 2.0.2 release of pandas.

### Are these changes tested?

Changed check of pandas version

### Are there any user-facing changes?

No
* Closes: #35821

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
@raulcd raulcd assigned raulcd and unassigned jorisvandenbossche May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants