Skip to content

[CALCITE-3880] Add SortExchange support to RelFieldTrimmer #1879

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

Conversation

kasakrisz
Copy link
Contributor

@kasakrisz kasakrisz force-pushed the CALCITE-3880-master-fieldtrimmer-exchange branch from 4b35889 to 9148412 Compare March 30, 2020 15:51
@kgyrtkirk kgyrtkirk added the LGTM-will-merge-soon Overall PR looks OK. Only minor things left. label Apr 1, 2020
@kgyrtkirk kgyrtkirk self-requested a review April 1, 2020 07:48
@kgyrtkirk kgyrtkirk self-assigned this Apr 1, 2020

System.out.println(Util.toLinux(RelOptUtil.toString(root)));

RelFieldTrimmer fieldTrimmer = new RelFieldTrimmer(null, builder);
Copy link
Contributor

Choose a reason for hiding this comment

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

No need to print the plan. So I think we'd better remove System.out.println(Util.toLinux(RelOptUtil.toString(root)));.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed.

@kgyrtkirk kgyrtkirk closed this in 8849b62 Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LGTM-will-merge-soon Overall PR looks OK. Only minor things left.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants