Github user isper3at commented on a diff in the pull request:

    https://github.com/apache/incubator-rya/pull/182#discussion_r129453060
  
    --- Diff: 
extras/rya.geoindexing/geo.common/src/main/java/org/apache/rya/indexing/accumulo/geo/OptionalConfigUtils.java
 ---
    @@ -81,7 +82,17 @@ public static boolean getUseGeoTemporal(final 
Configuration conf) {
          * {@code null} if it doesn't exist.
          */
         public static GeoIndexerType getGeoIndexerType(final Configuration 
conf) {
    -        return conf.getEnum(GEO_INDEXER_TYPE, null);
    +           String confType[] = conf.getStrings(GEO_INDEXER_TYPE);
    --- End diff --
    
    there should be a get() that has a default value so you don't need to do a 
null check on confType


---
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.
---

Reply via email to