Skip to content
Snippets Groups Projects
Commit df763495 authored by Daniel Darabos's avatar Daniel Darabos Committed by Kousuke Saruta
Browse files

[SPARK-8902] Correctly print hostname in error


With "+" the strings are separate expressions, and format() is called on the last string before concatenation. (So substitution does not happen.) Without "+" the string literals are merged first by the parser, so format() is called on the complete string.

Should I make a JIRA for this?

Author: Daniel Darabos <darabos.daniel@gmail.com>

Closes #7288 from darabos/patch-2 and squashes the following commits:

be0d3b7 [Daniel Darabos] Correctly print hostname in error

(cherry picked from commit 5687f765)
Signed-off-by: default avatarKousuke Saruta <sarutak@oss.nttdata.co.jp>
parent 3f6e6e0e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment