Skip to content

[SPARK-55867][PS] Fix StringMethods with pandas 3#54664

Closed
ueshin wants to merge 1 commit intoapache:masterfrom
ueshin:issues/SPARK-55867/string_methods
Closed

[SPARK-55867][PS] Fix StringMethods with pandas 3#54664
ueshin wants to merge 1 commit intoapache:masterfrom
ueshin:issues/SPARK-55867/string_methods

Conversation

@ueshin
Copy link
Member

@ueshin ueshin commented Mar 6, 2026

What changes were proposed in this pull request?

Fixes StringMethods with pandas 3.

Why are the changes needed?

There are some methods failing with pandas 3.

  • findall
  • match
  • rsplit
  • split

Does this PR introduce any user-facing change?

Yes, it will behave more like pandas 3.

How was this patch tested?

Updated the related tests and the other existing tests should pass.

Was this patch authored or co-authored using generative AI tooling?

No.

@ueshin
Copy link
Member Author

ueshin commented Mar 6, 2026

@HyukjinKwon
Copy link
Member

Merged to master.

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.

3 participants