GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1771 [HOTFIX] Fix exception handling in PartitionMapFileStore
Exception should not be ignored in PartitionMapFileStore.java, it should be thrown instead.
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
No
- [X] Testing done
No logic is changed
- [X] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
NA
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/jackylk/incubator-carbondata throw_ioexception
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1771.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1771
----
commit 30f36867f37f4e46f4e57a80658347ef34e6cb61
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-07T02:58:54Z
throw IOException
----
---