Skip to content

Conversation

@EnricoMi
Copy link
Contributor

What changes were proposed in this pull request?

Adds missing s prefix to enable string interpolation.

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

@HyukjinKwon minor changes fixing log message strings, hoping this does not require a JIRA.

@EnricoMi EnricoMi changed the title Add missing s prefix to enable string interpolation [CORE][SQL] Add missing s prefix to enable string interpolation Oct 18, 2022
Copy link
Contributor

@itholic itholic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@MaxGekk MaxGekk changed the title [CORE][SQL] Add missing s prefix to enable string interpolation [MINOR][CORE][SQL] Add missing s prefix to enable string interpolation Oct 18, 2022
@MaxGekk
Copy link
Member

MaxGekk commented Oct 18, 2022

+1, LGTM. Merging to master.
Thank you, @EnricoMi.

@MaxGekk MaxGekk closed this in 740d52b Oct 18, 2022
@gaoyajun02
Copy link
Contributor

found some code still missing s, e.g:

"as executor ${bmAddress.executorId} is decommissioned and " +

@EnricoMi
Copy link
Contributor Author

And another one:

Plus five more in tests. Created follow up #38307.

HyukjinKwon pushed a commit to HyukjinKwon/spark that referenced this pull request Oct 21, 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 <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
SandishKumarHN pushed a commit to SandishKumarHN/spark that referenced this pull request Dec 12, 2022
### What changes were proposed in this pull request?
Adds missing `s` prefix to enable string interpolation.

### 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#38297 from EnricoMi/branch-fix-string-interpolation.

Authored-by: Enrico Minack <[email protected]>
Signed-off-by: Max Gekk <[email protected]>
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 <[email protected]>
Signed-off-by: Hyukjin Kwon <[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.

4 participants