-
Notifications
You must be signed in to change notification settings - Fork 1k
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
chore: Extend pandas version support #3664
Conversation
53a5c0f
to
eb39b04
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adchia, sudohainguyen The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
hi @adchia java integration test failed |
eb39b04
to
793bd07
Compare
New changes are detected. LGTM label has been removed. |
just retriggered the pipelines, please approve again @adchia |
Signed-off-by: Hai Nguyen <[email protected]>
Signed-off-by: Danny C <[email protected]>
Turns out this was a legitimate error (the tests also showed an issue with the pyarrow version used in the java tests). Fixed it + updated teh requirements.txt files too |
Looks like there's some failing tests from the upgrade |
Signed-off-by: Hai Nguyen <[email protected]>
99c62e5
to
0773d25
Compare
Signed-off-by: Hai Nguyen <[email protected]>
Signed-off-by: Hai Nguyen <[email protected]>
https://stackoverflow.com/questions/76389694/transforming-pyspark-to-pandas-dataframe looks like latest pyspark is not ready yet for pandas 2.0 (will be fixed in pyspark 4.0.0 apache/spark#42920) we're encountering the same issue with datetime64 dtype |
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #3709