You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/08/05 01:15:57 UTC

[GitHub] [druid] clintropolis commented on a change in pull request #10119: Combine InDimFilter, InFilter.

clintropolis commented on a change in pull request #10119:
URL: https://github.com/apache/druid/pull/10119#discussion_r465412065



##########
File path: processing/src/main/java/org/apache/druid/query/filter/InDimFilter.java
##########
@@ -56,12 +69,14 @@
 import java.util.Collection;
 import java.util.Comparator;
 import java.util.HashSet;
+import java.util.Iterator;
 import java.util.List;
+import java.util.Map;
 import java.util.Objects;
 import java.util.Set;
 import java.util.stream.Collectors;
 
-public class InDimFilter implements DimFilter
+public class InDimFilter implements DimFilter, Filter

Review comment:
       Imagining a future world where `DimFilter` and `Filter` are combined, in the future can we rename this to `InFilter` instead of `InDimFilter` and drop all the `DimFilter` terminology? 
   
   Is the place where the `DimFilter` implementations live `org.apache.druid.query.filter` more appropriate packaging than the place where the `Filter` implementations live `org.apache.druid.segment.filter`?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org