mirror of
https://github.com/apache/druid.git
synced 2025-03-02 23:39:21 +00:00
This fixes a potential issue where groupBy resources could be allocated to create a Sequence, but then the Sequence is never used, and thus the resources are never freed. Also simplifies how groupBy handles config overrides (this made the new unit test easier to write).