GitHub user Jay357089 opened a pull request:

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

    [CARBONDATA-412][WIP]Fix load bug when table name has '_'

      https://issues.apache.org/jira/browse/CARBONDATA-412
    
    ## Reason: 
    this is because in windows, file separator is "\", then in getSegmentId 
method, when split with 
     linux file separator "/", carbon can not get the correct segment number,  
then the segment is treated as an invalid segment and will be deleted..
    
    ## Solution:
    the file path should be firstly replaced with  file separator "/"


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

    $ git pull https://github.com/Jay357089/incubator-carbondata 
fixTableWithUnderScore

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

    https://github.com/apache/incubator-carbondata/pull/320.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 #320
    
----
commit 6ac0532514d3960649fb5ab23c845365fef20250
Author: Jay357089 <[email protected]>
Date:   2016-11-16T02:49:35Z

    fix load bug when table name has '_'

----


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