Github user rahulforallp commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2362#discussion_r193963265
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/createTable/TestNonTransactionalCarbonTable.scala
---
@@ -401,7 +402,7 @@ class TestNonTransactionalCarbonTable extends QueryTest
with BeforeAndAfterAll {
intercept[RuntimeException] {
buildTestDataWithSortColumns(List(""))
}
-
+
--- End diff --
it improves readability of test-cases. like that only rest of test-cases
added.
---