GitHub user akashrn5 opened a pull request:
https://github.com/apache/carbondata/pull/2514
[CARBONDATA-2740]segment file is not getting deleted if load fails and
correct the error message for locla dictionary validation
### Problem
error message is wrong when complex column which does not have any string
datatype column is given in local dictionary and exclude column.
when data load is failed, corresponding segment file is not getting deleted.
### Solution:
error message is corrected
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 error_message
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2514.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 #2514
----
commit 506436f80391dcf8a52520c4c2da4c03489476d5
Author: akashrn5 <akashnilugal@...>
Date: 2018-07-17T05:35:08Z
segment file is not getting deleted if load fails and correct the error
message for locla dictionary validation
----
---