GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/2021 [CARBONDATA-2221] Throw exception when dropTable failed in metastore
When dropping table, exception should be not ignored if dropTable failed in metastore. This PR throws the exception to the user.
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
No
- [X] Testing done
Re-run all test
- [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 droptable-throwexception
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2021.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2021
----
commit 309a94b6fb2bf88cbb7827c9dd5a296a6fe5304a
Author: Jacky Li <jacky.likun@...>
Date: 2018-03-02T07:46:27Z
throw exception
----
---