GitHub user dhatchayani opened a pull request:
https://github.com/apache/carbondata/pull/1703 [CARBONDATA-1917] While loading, check for stale dictionary files
If any stale dictionary files is left in a load, the next load should check for the stale dict files existence and alert the user.
- [ ] Any interfaces changed?
- [ ] Any backward compatibility impacted?
- [ ] Document update required?
- [ ] Testing done
Manual Testing
- [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/dhatchayani/incubator-carbondata stale_dic
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1703.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1703
----
commit 11996df4a980f79fc33e03a8e639eff401c2797e
Author: dhatchayani <dhatcha.official@...>
Date: 2017-12-20T07:21:56Z
[CARBONDATA-1917] While loading, check for stale dictionary files
----
---