aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-yarn.md
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-04-23 16:39:35 -0700
committerDavies Liu <davies.liu@gmail.com>2016-04-23 16:39:35 -0700
commitbebb0240e6ece6ec7c79bdd62098529146fcb0c0 (patch)
tree27e8976c8907c39b07640e00120537b6e1fb6c6c /docs/running-on-yarn.md
parent162e12b085692d67fd3b2bd1254152cb56db0722 (diff)
downloadspark-bebb0240e6ece6ec7c79bdd62098529146fcb0c0.tar.gz
spark-bebb0240e6ece6ec7c79bdd62098529146fcb0c0.tar.bz2
spark-bebb0240e6ece6ec7c79bdd62098529146fcb0c0.zip
[MINOR] [SQL] Fix error message string in nullSafeEvel of TernaryExpression
## What changes were proposed in this pull request? TernaryExpressions should thows proper error message for itself. ```scala protected def nullSafeEval(input1: Any, input2: Any, input3: Any): Any = - sys.error(s"BinaryExpressions must override either eval or nullSafeEval") + sys.error(s"TernaryExpressions must override either eval or nullSafeEval") ``` ## How was this patch tested? Manual. Author: Dongjoon Hyun <dongjoon@apache.org> Closes #12642 from dongjoon-hyun/minor_fix_error_msg_in_ternaryexpression.
Diffstat (limited to 'docs/running-on-yarn.md')
0 files changed, 0 insertions, 0 deletions