prestodb / sql

A Modern SQL frontend based on SQL16 with extensions for streaming, graph, rich types, etc, including parser, resolver, rewriters, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove ORDER BY without LIMIT from subqueries

kaikalur opened this issue · comments

In a distributed query execution system, ORDER BY in the middle of the query are meaningless so we should drop it.