Github user sgururajshetty commented on a diff in the pull request: https://github.com/apache/carbondata/pull/2520#discussion_r203281996 --- Diff: docs/data-management-on-carbondata.md --- @@ -291,6 +330,11 @@ This tutorial is going to introduce all commands and data operations on CarbonDa ALTER TABLE carbon ADD COLUMNS (a1 INT, b1 STRING) TBLPROPERTIES('DEFAULT.VALUE.a1'='10') ``` + Users can specify which columns to include and exclude for local dictionary generation after adding new columns. These will be appended with the already existing local dictionary include and exclude columns of main table respectively. --- End diff -- check the spacing between words
---