Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1361#discussion_r139307748
--- Diff:
integration/spark-common-cluster-test/src/test/scala/org/apache/carbondata/cluster/sdv/generated/BatchSortLoad3TestCase.scala
---
@@ -112,33 +112,15 @@ class BatchSortLoad3TestCase extends QueryTest with
BeforeAndAfterAll {
sql(s"""drop table if exists t3""").collect
}
-
- //Batch_sort_Loading_001-01-01-01_001-TC_056
- test("Batch_sort_Loading_001-01-01-01_001-TC_056", Include) {
--- End diff --
why removing it?
---