Github user jackylk commented on the issue:
https://github.com/apache/carbondata/pull/2908
@zzcclp
1. I think we can show the table path
2. The current DESC already has the logic to show partition info, this part
is not changed
3. DICTIONARY_INCLUDE is added in encoding section
4. Since the DESC syntax includes database name and table name, so I think
it is not required to show them again.
5. yes, INVERTED_INDEX is added in #2886
6. It is not done, and in this PR the most important table property is
shown, it will show default value is user did not specify the property when
creating table.
Will fix according to these comments and push again
---