mirror of
https://github.com/apache/druid.git
synced 2025-02-11 20:45:01 +00:00
* improve groupBy query granularity translation when issued from sql layer * fix style * use virtual column to determine timestampResult granularity * dont' apply postaggregators on compute nodes * relocate constants * fix order by correctness issue * fix ut * use more easier understanding code in DefaultLimitSpec * address comment * rollback use virtual column to determine timestampResult granularity * fix style * fix style * address the comment * add more detail document to explain the tradeoff * address the comment * address the comment