Github user mayunSaicmotor commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1336#discussion_r139285031
--- 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 --
actually I refer to
carbondata-spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/partition/TestDDLForPartitionTable.scala.
All the new added test cases are belong to the same type.
---