aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorTakuya UESHIN <ueshin@happy-camper.st>2014-05-26 00:17:20 -0700
committerReynold Xin <rxin@apache.org>2014-05-26 00:17:20 -0700
commitd6395d86f90d1c47c5b6ad17c618b56e00b7fc85 (patch)
treeed35a72172a84f362cba1ead3d54bc453a38c3ba /dev
parentb6d22af040073cd611b0fcfdf8a5259c0dfd854c (diff)
downloadspark-d6395d86f90d1c47c5b6ad17c618b56e00b7fc85.tar.gz
spark-d6395d86f90d1c47c5b6ad17c618b56e00b7fc85.tar.bz2
spark-d6395d86f90d1c47c5b6ad17c618b56e00b7fc85.zip
[SPARK-1914] [SQL] Simplify CountFunction not to traverse to evaluate all child expressions.
`CountFunction` should count up only if the child's evaluated value is not null. Because it traverses to evaluate all child expressions, even if the child is null, it counts up if one of the all children is not null. Author: Takuya UESHIN <ueshin@happy-camper.st> Closes #861 from ueshin/issues/SPARK-1914 and squashes the following commits: 3b37315 [Takuya UESHIN] Merge branch 'master' into issues/SPARK-1914 2afa238 [Takuya UESHIN] Simplify CountFunction not to traverse to evaluate all child expressions.
Diffstat (limited to 'dev')
0 files changed, 0 insertions, 0 deletions