aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJosh Rosen <joshrosen@databricks.com>2016-02-10 11:00:38 -0800
committerJosh Rosen <joshrosen@databricks.com>2016-02-10 11:00:38 -0800
commit5cf20598cec4e60b53c0e40dc4243f436396e7fc (patch)
treeb29ee05e5e5b165c78dcea076ad0611788aabc62 /core
parent80cb963ad963e26c3a7f8388bdd4ffd5e99aad1a (diff)
downloadspark-5cf20598cec4e60b53c0e40dc4243f436396e7fc.tar.gz
spark-5cf20598cec4e60b53c0e40dc4243f436396e7fc.tar.bz2
spark-5cf20598cec4e60b53c0e40dc4243f436396e7fc.zip
[SPARK-13254][SQL] Fix planning of TakeOrderedAndProject operator
The patch for SPARK-8964 ("use Exchange to perform shuffle in Limit" / #7334) inadvertently broke the planning of the TakeOrderedAndProject operator: because ReturnAnswer was the new root of the query plan, the TakeOrderedAndProject rule was unable to match before BasicOperators. This patch fixes this by moving the `TakeOrderedAndCollect` and `CollectLimit` rules into the same strategy. In addition, I made changes to the TakeOrderedAndProject operator in order to make its `doExecute()` method lazy and added a new TakeOrderedAndProjectSuite which tests the new code path. /cc davies and marmbrus for review. Author: Josh Rosen <joshrosen@databricks.com> Closes #11145 from JoshRosen/take-ordered-and-project-fix.
Diffstat (limited to 'core')
0 files changed, 0 insertions, 0 deletions