Github user merrimanr commented on a diff in the pull request:
https://github.com/apache/metron/pull/662#discussion_r129147554
--- Diff:
metron-platform/metron-indexing/src/test/java/org/apache/metron/indexing/dao/IndexingDaoIntegrationTest.java
---
@@ -27,28 +28,32 @@
import org.json.simple.parser.ParseException;
import org.junit.*;
+import java.io.IOException;
+import java.util.Arrays;
+import java.util.Collections;
import java.util.List;
+import java.util.Map;
--- End diff --
"location_point" is of type geo_field so it's falls into the "other"
category.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---