Github user sraghunandan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1336#discussion_r139282463
--- Diff:
integration/spark2/src/test/scala/org/apache/carbondata/spark/testsuite/partition/TestAlterPartitionTable.scala
---
@@ -466,6 +467,111 @@ class TestAlterPartitionTable extends QueryTest with
BeforeAndAfterAll {
checkAnswer(result_after5, result_origin5)
}
+ test("test exception when alter partition and the values"
--- End diff --
Multiple tests under single test definition.split it into multiple
---