Github user akashrn5 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2422#discussion_r199402356
--- Diff:
integration/spark-common/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchemaCommon.scala
---
@@ -341,7 +445,7 @@ class AlterTableColumnSchemaGenerator(
}
}
else if (elem._1.equalsIgnoreCase("no_inverted_index") &&
- (elem._2.split(",").contains(col.getColumnName))) {
+ (elem._2.split(",").contains(col.getColumnName))) {
--- End diff --
remove unnecessary changes
---