mirror of
https://github.com/apache/druid.git
synced 2025-02-10 03:55:02 +00:00
Their "convertUnsortedEncodedKeyComponentToActualArrayOrList" methods didn't respect the contract, which says they should return single values (not array/list) if there is only a single value to return. This affects the behavior of ObjectColumnSelectors on realtime segments.