druid/sql
Gian Merlino 80224df36a SQL: Fix post-aggregator naming logic for sort-project. (#6250)
The old code assumes that post-aggregator prefixes are one character
long followed by numbers. This isn't always true (we may pad with
underscores to avoid conflicts). Instead, the new code uses a different
base prefix for sort-project postaggregators ("s" instead of "p") and
uses the usual Calcites.findUnusedPrefix function to avoid conflicts.
2018-08-28 10:59:32 -07:00
..
src SQL: Fix post-aggregator naming logic for sort-project. (#6250) 2018-08-28 10:59:32 -07:00
pom.xml Further optimize memory for Travis jobs (#6150) 2018-08-10 22:03:36 -07:00