GitHub user brijoobopanna opened a pull request:
https://github.com/apache/carbondata/pull/2422
[CARBONDATA-2585][CARBONDATA-2586][Local Dictionary]Added test cases for
local dictionary support for alter table, set, unset and preaggregate
Dependent on #2401
**What changes were proposed in this pull request?**
In this PR,
Added test cases for local dictionary support for alter table, set, unset
and pre-aggregate
All the validations related to above features are taken care in this PR
**How was this patch tested?**
Test case were executed on a 3 node cluster and the same were automated and
added as SDV test cases
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/brijoobopanna/carbondata FT_alter_set_unset
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/2422.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 #2422
----
commit 730540ded585fbac997d2f18538efc54fc82c374
Author: akashrn5 <akashnilugal@...>
Date: 2018-06-22T15:40:13Z
Local dictionary support for alter table, preaggregate,varchar datatype,
set and unset command
commit e6ec12084b1af49f615f80eb6cd68eba99d2bfe5
Author: brijoobopanna <brijoobopanna@...>
Date: 2018-06-27T09:22:46Z
Added test cases for local dictionary support for alter table,set, unset
and preaggregate
----
---