Github user edi-bice commented on a diff in the pull request:

    https://github.com/apache/incubator-samoa/pull/48#discussion_r56008319
  
    --- Diff: 
samoa-api/src/main/java/org/apache/samoa/moa/streams/AvroFileStream.java ---
    @@ -46,8 +46,8 @@
       private static final Logger logger = 
LoggerFactory.getLogger(AvroFileStream.class);
     
       public FileOption avroFileOption = new FileOption("avroFile", 'f', "Avro 
File(s) to load.", null, null, false);
    -  public IntOption classIndexOption = new IntOption("classIndex", 'c',
    -      "Class index of data. 0 for none or -1 for last attribute in file.", 
-1, -1, Integer.MAX_VALUE);
    +  /*public IntOption classIndexOption = new IntOption("classIndex", 'c',
    --- End diff --
    
    Yes we do but since we also need in ArffFileStream, I moved up to the 
common FileStream parent.


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