Skip to content

[Calcite-1665] Aggregates and HAVING cannot be combined#388

Closed
Zhiqiang-He wants to merge 3 commits intoapache:masterfrom
Zhiqiang-He:calcite-1665
Closed

[Calcite-1665] Aggregates and HAVING cannot be combined#388
Zhiqiang-He wants to merge 3 commits intoapache:masterfrom
Zhiqiang-He:calcite-1665

Conversation

@Zhiqiang-He
Copy link
Contributor

No description provided.

@julianhyde
Copy link
Contributor

Looks good (although I haven't run the tests).

Can you keep the indentation the same? Your indentation change might be introducing spurious diffs.

@Zhiqiang-He
Copy link
Contributor Author

indentation already change in test case . please review it. thanks.

} else {
final Builder builder = x.builder(e, Clause.WHERE);
builder.setWhere(builder.context.toSql(null, e.getCondition()));
if (input instanceof Join) {
Copy link
Member

Choose a reason for hiding this comment

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

Why did you add this condition and new result(boolean) method? All tests are passing without it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sorry, It's my mistake, I am alias test on reltosql for calcite now.
this function will be removed.

@Zhiqiang-He
Copy link
Contributor Author

@jbalint Please review it . thanks.

@asfgit asfgit closed this in 6077714 Mar 10, 2017
ldming pushed a commit to ldming/mycalcite that referenced this pull request Sep 13, 2018
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.

3 participants