aboutsummaryrefslogtreecommitdiff
path: root/bagel/src/test
diff options
context:
space:
mode:
authorDaniel Darabos <darabos.daniel@gmail.com>2015-07-09 07:34:02 +0900
committerKousuke Saruta <sarutak@oss.nttdata.co.jp>2015-07-09 07:34:51 +0900
commitdf763495f48e67995434019b943df97e7b39194d (patch)
treee449c857e195644c5e3b64368f074656645cb322 /bagel/src/test
parent3f6e6e0e2668832af1a54f5cb95e5a4537c7bc5a (diff)
downloadspark-df763495f48e67995434019b943df97e7b39194d.tar.gz
spark-df763495f48e67995434019b943df97e7b39194d.tar.bz2
spark-df763495f48e67995434019b943df97e7b39194d.zip
[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 5687f76552369fa20b3a4385eab4810214653aa7) Signed-off-by: Kousuke Saruta <sarutak@oss.nttdata.co.jp>
Diffstat (limited to 'bagel/src/test')
0 files changed, 0 insertions, 0 deletions