mirror of
https://github.com/apache/druid.git
synced 2025-02-08 02:58:30 +00:00
8011211a0c
* null handling for numeric first/last aggregators, refactor to not extend nullable numeric agg since they are complex typed aggs * initially null or not based on config * review stuff, make string first/last consistent with null handling of numeric columns, more tests * docs * handle nil selectors, revert to primitive first/last types so groupby v1 works...