You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/28 01:00:32 UTC

[GitHub] gianm opened a new pull request #6250: SQL: Fix post-aggregator naming logic for sort-project.

gianm opened a new pull request #6250: SQL: Fix post-aggregator naming logic for sort-project.
URL: https://github.com/apache/incubator-druid/pull/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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org