Github user kumarvishal09 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1382#discussion_r141366405
--- Diff:
integration/spark-common/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchemaCommon.scala
---
@@ -226,7 +234,7 @@ class AlterTableColumnSchemaGenerator(
-1,
field.precision,
field.scale,
- field.schemaOrdinal + existingColsSize)
+ field.schemaOrdinal + existingColsSize, false)
--- End diff --
ok---
