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

    https://github.com/apache/incubator-carbondata/pull/111#discussion_r77002455
  
    --- Diff: 
processing/src/main/java/org/apache/carbondata/processing/csvreaderstep/UnivocityCsvParser.java
 ---
    @@ -41,6 +41,10 @@
     public class UnivocityCsvParser {
     
       /**
    +   * Max number of columns that will be parsed for a row by univocity 
parsing
    +   */
    +  private static final int MAX_NUMBER_OF_COLUMNS_FOR_PARSING = 2000;
    --- End diff --
    
    I think user will not be able to provide this.He may get a csv with more 
cols, but he is interested in few cols he is interested in.Depending on user 
would be bug prone


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