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

Properly call from_pandas in pyarrow #560

Merged
merged 3 commits into from
Feb 22, 2025

Conversation

johnwmillr
Copy link
Contributor

Fixes /issues/555 by swapping in the correct pyarrow syntax supplied by @MarcoGorelli.

@jonmmease
Copy link
Collaborator

Thanks!

@johnwmillr
Copy link
Contributor Author

I'm not quite sure why the build test failed. The error message

Error: This request has been automatically failed because it uses a deprecated version of actions/cache: v4.1.2. Please update your workflow to use v3/v4 of actions/cache to avoid interruptions.

suggests the actions/cache version is out of date, but it's not. The failed job could be due to GitHub's scheduled brownouts, but the timing there doesn't really line up.

@jonmmease
Copy link
Collaborator

From the first failed run, it looks like we need to bump the rustc in pixi

Caused by:
  rustc 1.80.1 is not supported by the following package:
    [email protected] requires rustc 1.81
  Try re-running `cargo install` with `--locked`

from the rerun, it looks like we need to update the cache action. I'm happy to take it from here and will try to get a release out this weekend.

@jonmmease jonmmease merged commit 8442a07 into vega:main Feb 22, 2025
21 checks passed
@johnwmillr johnwmillr deleted the fix-pyarrow-from-pandas-bug branch February 23, 2025 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

module 'pyarrow' has no attribute 'from_pandas'
2 participants