GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1800
[HOTFIX] Add exception catch in testcase when create store failed
This PR only modify the testcase to add exception handling logic when
create store failed for test.
- [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
createstore_exception
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1800.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 #1800
----
commit 177d6d26c58e0d06c2cdb93d4a03a27472884559
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-06T12:28:44Z
[CARBONDATA-1992] Remove partitionId in CarbonTablePath
In CarbonTablePath, there is a deprecated partition id which is always 0,
it should be removed to avoid confusion.
This closes #1765
commit c57ce30535851fb8a91bab9e8eaa62c461c29905
Author: Jacky Li <jacky.likun@...>
Date: 2018-01-15T01:34:03Z
add exception
----
---