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

GH-35235: [CI][Python] Pandas upstream_devel and nightlies are failing #35248

Merged
merged 3 commits into from
Apr 20, 2023

Conversation

AlenkaF
Copy link
Member

@AlenkaF AlenkaF commented Apr 20, 2023

@github-actions
Copy link

@github-actions
Copy link

⚠️ GitHub issue #35235 has been automatically assigned in GitHub to PR creator.

@AlenkaF
Copy link
Member Author

AlenkaF commented Apr 20, 2023

@github-actions crossbow submit test-conda-python--pandas-

@github-actions
Copy link

Revision: ae94a8d

Submitted crossbow builds: ursacomputing/crossbow @ actions-58d57a657e

Task Status
test-conda-python-3.7-pandas-1.0 Github Actions
test-conda-python-3.7-pandas-latest Github Actions
test-conda-python-3.8-pandas-latest Github Actions
test-conda-python-3.8-pandas-nightly Github Actions
test-conda-python-3.9-pandas-upstream_devel Github Actions

@github-actions github-actions bot added awaiting changes Awaiting changes and removed awaiting review Awaiting review labels Apr 20, 2023
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
@AlenkaF AlenkaF marked this pull request as ready for review April 20, 2023 11:16
@github-actions github-actions bot added awaiting change review Awaiting change review and removed awaiting changes Awaiting changes labels Apr 20, 2023
@raulcd
Copy link
Member

raulcd commented Apr 20, 2023

@github-actions crossbow submit test-conda-python-3.9-pandas-upstream_devel

Copy link
Member

@raulcd raulcd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Thanks @AlenkaF ! Will merge once the crossbow job finishes!

@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting change review Awaiting change review labels Apr 20, 2023
@github-actions
Copy link

Revision: 86ba46f

Submitted crossbow builds: ursacomputing/crossbow @ actions-8d356aa74f

Task Status
test-conda-python-3.9-pandas-upstream_devel Github Actions

@raulcd raulcd merged commit f174ef3 into apache:main Apr 20, 2023
@AlenkaF AlenkaF deleted the gh-35235-failing-tests-latest-pandas branch April 20, 2023 14:21
raulcd pushed a commit that referenced this pull request Apr 21, 2023
#35248)

* Closes: #35235

Lead-authored-by: Alenka Frim <frim.alenka@gmail.com>
Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
@ursabot
Copy link

ursabot commented Apr 22, 2023

Benchmark runs are scheduled for baseline = d5866ec and contender = f174ef3. f174ef3 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
Conbench compare runs links:
[Finished ⬇️0.0% ⬆️0.0%] ec2-t3-xlarge-us-east-2
[Failed] test-mac-arm
[Finished ⬇️0.26% ⬆️0.0%] ursa-i9-9960x
[Finished ⬇️0.39% ⬆️0.03%] ursa-thinkcentre-m75q
Buildkite builds:
[Finished] f174ef34 ec2-t3-xlarge-us-east-2
[Failed] f174ef34 test-mac-arm
[Finished] f174ef34 ursa-i9-9960x
[Finished] f174ef34 ursa-thinkcentre-m75q
[Finished] d5866ec3 ec2-t3-xlarge-us-east-2
[Failed] d5866ec3 test-mac-arm
[Finished] d5866ec3 ursa-i9-9960x
[Finished] d5866ec3 ursa-thinkcentre-m75q
Supported benchmarks:
ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
test-mac-arm: Supported benchmark langs: C++, Python, R
ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java

liujiacheng777 pushed a commit to LoongArch-Python/arrow that referenced this pull request May 11, 2023
…failing (apache#35248)

* Closes: apache#35235

Lead-authored-by: Alenka Frim <frim.alenka@gmail.com>
Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
ArgusLi pushed a commit to Bit-Quill/arrow that referenced this pull request May 15, 2023
…failing (apache#35248)

* Closes: apache#35235

Lead-authored-by: Alenka Frim <frim.alenka@gmail.com>
Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
rtpsw pushed a commit to rtpsw/arrow that referenced this pull request May 16, 2023
…failing (apache#35248)

* Closes: apache#35235

Lead-authored-by: Alenka Frim <frim.alenka@gmail.com>
Co-authored-by: Alenka Frim <AlenkaF@users.noreply.github.com>
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
jorisvandenbossche pushed a commit that referenced this pull request Jun 1, 2023
…35546)

### Rationale for this change
In pandas version 2.1.0 `__from_arrow__` method has been implemented for `DatetimeTZDtype` extension type. See pandas-dev/pandas#52201.

Due to this change, the conversion from pyarrow table column with datetime uses the newly implemented `__from_arrow__` method for the pandas dtype and `pandas_api.series` to construct the pandas series. We had to pass the name in the `pandas_api.series` also, to fix failing tests in #35248.

This PR adds explicit test for this change.
* Closes: #35250

Authored-by: Alenka Frim <frim.alenka@gmail.com>
Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI][Python] Pandas upstream_devel and nightlies are failing
4 participants