Skip to content

Conversation

@SteNicholas
Copy link
Member

What changes were proposed in this pull request?

Improve toString by JEP-280 instead of ToStringBuilder.

Why are the changes needed?

Since Java 9, String Concatenation has been handled better by default.

ID DESCRIPTION
JEP-280 Indify String Concatenation

Backport apache/spark#51572.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

CI.

@turboFei
Copy link
Member

thanks, merging to main(0.7.0) and branch-0.6(0.6.1)

@turboFei turboFei closed this in 66856f2 Jul 23, 2025
turboFei pushed a commit that referenced this pull request Jul 23, 2025
Improve `toString` by JEP-280 instead of `ToStringBuilder`.

Since Java 9, String Concatenation has been handled better by default.

ID | DESCRIPTION
-- | --
JEP-280 | [Indify String Concatenation](https://openjdk.org/jeps/280)

Backport apache/spark#51572.

No.

CI.

Closes #3380 from SteNicholas/CELEBORN-2077.

Authored-by: SteNicholas <[email protected]>
Signed-off-by: Wang, Fei <[email protected]>
(cherry picked from commit 66856f2)
Signed-off-by: Wang, Fei <[email protected]>
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.

2 participants