mirror of
https://github.com/apache/druid.git
synced 2025-02-11 12:35:00 +00:00
* Differentiate null and empty lists of segment IDs and versions. Treat them differently so the. Segment IDs and versions can be An empty list, in which case, the queries should just not return anything. Versions are optional, so they can be null, which just indicates nothing, so the queries should return segments with all possible versions. Segment IDs cannot be null as indicated by the absence of @Nullable annotation. * Update javadocs and add empty versions test to kill task. * Add test for RetrieveSegmentsActions as well.