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

    https://github.com/apache/incubator-pirk/pull/43#discussion_r73229948
  
    --- Diff: 
src/main/java/org/apache/pirk/querier/wideskies/QuerierDriverCLI.java ---
    @@ -55,7 +58,7 @@
       public static final String PAILLIERBITSIZE = "paillierBitSize";
       public static final String BITSET = "bitSet";
       public static final String CERTAINTY = "certainty";
    -  public static final String QUERYNAME = "queryName";
    +  public static final String QUERYID = "queryID";
    --- End diff --
    
    See previous comment on the QuerierDriver:
    
    The queryName corresponds to the schemaName in the query-schema.xsd file 
not to the user-given identifier for the query -- the identifier for this query 
is actually the queryNum. Notice that queryNum is currently a double -- if we 
want to start appending dates or whatever else to it, we need to change its 
type to String throughout.


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