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

    https://github.com/apache/incubator-pirk/pull/26#discussion_r72371291
  
    --- Diff: src/main/java/org/apache/pirk/schema/query/QuerySchemaLoader.java 
---
    @@ -246,8 +231,11 @@ private static QuerySchema loadQuerySchemaFile(String 
schemaFile, boolean hdfs,
         }
     
         // Create the query schema object
    -    querySchema = new QuerySchema(schemaName, dataSchemaName, 
elementNames, selectorName, dataElementSize, filterNamesSet, filter);
     
    +    DataFilter filter = instantiateFilter(filterTypeName, filterNamesSet);
    +    querySchema = new QuerySchema(schemaName, dataSchemaName, 
selectorName, filterTypeName, filter, dataElementSize);
    --- End diff --
    
    +1 
    Will go ahead and merge and we can address/not address the small item above 
as desired


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