aboutsummaryrefslogtreecommitdiff
path: root/tools/src/main/scala/org
diff options
context:
space:
mode:
authorLiang-Chi Hsieh <viirya@gmail.com>2016-03-02 23:46:23 -0800
committerDavies Liu <davies.liu@gmail.com>2016-03-02 23:46:23 -0800
commit1085bd862a3f69e14e00cec11077e54ab153098b (patch)
treeda94d2c50003bbb0457311f2fef86e1f68e179d3 /tools/src/main/scala/org
parent56e3d007151d77c0ef2d84335adb8614c48c092a (diff)
downloadspark-1085bd862a3f69e14e00cec11077e54ab153098b.tar.gz
spark-1085bd862a3f69e14e00cec11077e54ab153098b.tar.bz2
spark-1085bd862a3f69e14e00cec11077e54ab153098b.zip
[SPARK-13635] [SQL] Enable LimitPushdown optimizer rule because we have whole-stage codegen for Limit
JIRA: https://issues.apache.org/jira/browse/SPARK-13635 ## What changes were proposed in this pull request? LimitPushdown optimizer rule has been disabled due to no whole-stage codegen for Limit. As we have whole-stage codegen for Limit now, we should enable it. ## How was this patch tested? As we only re-enable LimitPushdown optimizer rule, no need to add new tests for it. Author: Liang-Chi Hsieh <viirya@gmail.com> Closes #11483 from viirya/enable-limitpushdown.
Diffstat (limited to 'tools/src/main/scala/org')
0 files changed, 0 insertions, 0 deletions