Skip to content

SQL: Rule to collapse sort chains.#4085

Merged
jon-wei merged 1 commit intoapache:masterfrom
gianm:sql-sort-collapse
Mar 25, 2017
Merged

SQL: Rule to collapse sort chains.#4085
jon-wei merged 1 commit intoapache:masterfrom
gianm:sql-sort-collapse

Conversation

@gianm
Copy link
Copy Markdown
Contributor

@gianm gianm commented Mar 21, 2017

Useful for queries like SELECT * FROM (...) LIMIT X, where the inner query
has an order by or limit in it.

Useful for queries like `SELECT * FROM (...) LIMIT X`, where the inner query
has an order by or limit in it.
@gianm gianm added this to the 0.10.1 milestone Mar 21, 2017
@fjy
Copy link
Copy Markdown
Contributor

fjy commented Mar 22, 2017

👍

1 similar comment
@jon-wei
Copy link
Copy Markdown
Contributor

jon-wei commented Mar 25, 2017

👍

@jon-wei jon-wei merged commit 90f9932 into apache:master Mar 25, 2017
gianm added a commit to implydata/druid-public that referenced this pull request Apr 13, 2017
Useful for queries like `SELECT * FROM (...) LIMIT X`, where the inner query
has an order by or limit in it.
@gianm gianm deleted the sql-sort-collapse branch September 23, 2022 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants