GitHub user akashrn5 opened a pull request:
https://github.com/apache/carbondata/pull/2504
[CARBONDATA-2740]flat folder handling for implicit column and other bug fix
### Problem
1) When flat folder is enabled for table, pruning is not happening for
implicit column.
2) error message is wrong when complex column which does not have any
string datatype column is given in local dictionary and exclude column.
3) when data load is failed, corresponding segment file is not getting
deleted.
### Solution:
1) when flat folder is enabled, based on the segment number present in the
carbondata file name, pruning is taken care
2) error message is corrected
3) when data load is failed, segment file will be deleted
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/akashrn5/incubator-carbondata implicit
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2504.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 #2504
----
commit 037769a4ccedd9a5a76cf1c9992a36b99cb4926d
Author: akashrn5 <akashnilugal@...>
Date: 2018-07-13T09:04:42Z
flat folder handling for implicit column and other bug fix
----
---