Skip to content

Conversation

@EnricoMi
Copy link
Contributor

What changes were proposed in this pull request?

Adds missing s prefix to enable string interpolation. Complements #38297.

Why are the changes needed?

Strings will not contain substituted values but variable names.

Does this PR introduce any user-facing change?

Log messages will change.

How was this patch tested?

Not tested.

@EnricoMi
Copy link
Contributor Author

@MaxGekk @itholic here are some more places

thanks @gaoyajun02

@EnricoMi EnricoMi force-pushed the branch-fix-string-interpolation-2 branch from 72b3359 to e410e43 Compare October 19, 2022 08:15
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@EnricoMi EnricoMi force-pushed the branch-fix-string-interpolation-2 branch from e410e43 to 9db8335 Compare October 19, 2022 12:17
@srowen
Copy link
Member

srowen commented Oct 20, 2022

Can you retrigger tests? there was an unrelated build error earlier

@EnricoMi EnricoMi force-pushed the branch-fix-string-interpolation-2 branch from 9db8335 to eac0529 Compare October 21, 2022 08:13
@EnricoMi
Copy link
Contributor Author

Rebased with master, all green.

@HyukjinKwon
Copy link
Member

Merged to master.

SandishKumarHN pushed a commit to SandishKumarHN/spark that referenced this pull request Dec 12, 2022
…terpolation

### What changes were proposed in this pull request?
Adds missing `s` prefix to enable string interpolation. Complements apache#38297.

### Why are the changes needed?
Strings will not contain substituted values but variable names.

### Does this PR introduce _any_ user-facing change?
Log messages will change.

### How was this patch tested?
Not tested.

Closes apache#38307 from EnricoMi/branch-fix-string-interpolation-2.

Authored-by: Enrico Minack <github@enrico.minack.dev>
Signed-off-by: Hyukjin Kwon <gurwls223@apache.org>
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.

7 participants