GitHub user ravipesala opened a pull request:
https://github.com/apache/carbondata/pull/1799
[WIP]Fix all issues and testcases when enabling carbon hive metastore
Problem:
There are many tests failed with enabled carbon hive metastore option.
Solution:
Following fixes are done in this PR
1. Fix alter table with carbon hive metastore option.
2. Fix pre aggregate table expression queries with carbon hive metastore
option.
3. Fix carbon custom partitioning with carbon hive metastore option.
4. Fix streaming table queries with carbon hive metastore option.
Be sure to do all of the following checklist to help us incorporate
your contribution quickly and easily:
- [X] Any interfaces changed? NO
- [X] Any backward compatibility impacted? NO
- [X] Document update required? NO
- [X] Testing done
Enabled hivemetastore so all tests now run with enabling hive
metastore option
- [X] 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/ravipesala/incubator-carbondata
fix-all-tests-enable-hivemetastore
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1799.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 #1799
----
commit 0041dd7ca81f377ab95495bf6477a3c89e567fd8
Author: ravipesala <ravi.pesala@...>
Date: 2018-01-14T13:29:09Z
Fix all issues and testcases when enabling carbon hive metastore
----
---