-
Notifications
You must be signed in to change notification settings - Fork 240
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
[BUG] test_cogroup_apply_udf[Short(not_null)] failed with pandas 2.1.X #9403
Comments
Python udf are susceptible to env changes. Can we try pandas-2.0.3 on arm ? |
Spark 3.1.1 asks for pandas version >= 0.23.2. So I geuss pandas 2.1.1 looks like too new to Spark 3.1.1. |
yep, just specify the panda version limit in docker (or re-install in test script) |
similar issue was reported at pandas-dev/pandas#55453 We will keep monitoring if newer version would fix the bug (if no short-term fix we have to limit panda requirement to 2.0.x) |
temply add |
the issue has been fixed in new pandas release (verified pandas 2.1.3 works fine) |
Describe the bug
currently only found failed in arm (not sure if ephemeral or only in arm, we will keep monitoring)
pipeline rapids_nightly-dev-github-arm64 build: 13
Steps/Code to reproduce bug
currently only in nightly arm64 build
Expected behavior
pass the case
Environment details (please complete the following information)
python pkgs in ARM64 test
pandas-2.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
vs X86
pandas-2.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
The text was updated successfully, but these errors were encountered: