GitHub user akashrn5 opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/398

    [CARBONDATA-400] Error message for dataload with a column having more than 
100000 characters.

    * Problem: When the number of characters in a column exceeds 100000 
characters whole string appears in beeline with exception.
    
    Analysis: In univocity csv parser settings , the maximum number of 
characters per column is 100000 and when it exceeds that limit, 
TextparsingException is thrown with
    the complete string as error in beeline during data load.
    
    Fix: Now a proper error message is displayed in beeline and complete error 
messages and parser settings details will be present in logs.
    Impact area: Data loading with more than 100000 characters in a single 
column.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/akashrn5/incubator-carbondata 
br_message_correction

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-carbondata/pull/398.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #398
    
----
commit 8a93e5f93000d124ae2fa4962b560fea0dbfcbaf
Author: Akash R Nilugal <akashnilu...@gmail.com>
Date:   2016-12-05T09:46:10Z

    [CARBONDATA-400]
    * Problem: When the number of characters in a column exceeds 100000 
characters whole string appears in beeline with exception.
    
    Analysis: In univocity csv parser settings , the maximum number of 
characters per column is 100000 and when it exceeds that limit, 
TextparsingException is thrown with
    the complete string as error in beeline during data load.
    
    Fix: Now a proper error message is displayed in beeline and complete error 
messages and parser settings details will be present in logs.
    Impact area: Data loading with more than 100000 characters in a single 
column.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to