Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CrossJoinConsumer #2231

Merged
merged 2 commits into from
Jul 13, 2015
Merged

add CrossJoinConsumer #2231

merged 2 commits into from
Jul 13, 2015

Conversation

mfussenegger
Copy link
Member

No description provided.

localExecutionNodes
);
nl = new NestedLoop(jobId, lastNL, right, nestedLoopPhase, true, null);
*/
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@memcmp
Copy link

memcmp commented Jul 9, 2015

add a planner test like discussed

@memcmp
Copy link

memcmp commented Jul 9, 2015

please rebase master into cross-joins and then cross-joins into this branch. There are some changes (e.g. TransportExecutor ) which should be already in master

@mfussenegger
Copy link
Member Author

please rebase master into cross-joins and then cross-joins into this branch. There are some changes (e.g. TransportExecutor ) which should be already in master

This was already rebased against master but I removed the branch logic in the TransportExecutor when I cherry-picked it because it was unused due to the missing NL plan.

(cherry-picked from old cross-join branch)
@mfussenegger mfussenegger force-pushed the j/cross-join-consumer branch 2 times, most recently from 1c438bc to 40bcb00 Compare July 13, 2015 10:36
QueryAndFetch leftPlan = (QueryAndFetch) plan.left().plan();
CollectPhase collectPhase = leftPlan.collectNode();
assertThat(collectPhase.projections().size(), is(1));
TopNProjection topN = ((TopNProjection) collectPhase.projections().get(0));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@javax.annotation.Nullable
@Override
public PageDownstreamContext pageDownstreamContext(byte inputId) {
assert inputId == 0 : "This downstream context only support 1 input";
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

supports

@memcmp
Copy link

memcmp commented Jul 13, 2015

ack

@mfussenegger mfussenegger merged commit 3d58a81 into cross-joins Jul 13, 2015
@mfussenegger mfussenegger deleted the j/cross-join-consumer branch July 15, 2015 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants