GitHub user jackylk opened a pull request:
https://github.com/apache/carbondata/pull/1663 [CARBONDATA-1897] remove column group in describe command
Column group information is not valid, remove it from DESC TABLE output
- [X] Any interfaces changed?
No
- [X] Any backward compatibility impacted?
No
- [X] Document update required?
No
- [X] Testing done
No logic is modified, retest all test cases
- [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 remove_columngroup_describe
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/carbondata/pull/1663.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1663
----
commit 1a8fc3f530df5a6ef559ed8c245909de806b51ca
Author: Jacky Li <
[hidden email]>
Date: 2017-12-15T03:35:02Z
remove column group in describe command
----
---