Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1321#discussion_r136828909
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/dataload/TestGlobalSortDataLoad.scala
---
@@ -109,23 +118,22 @@ class TestGlobalSortDataLoad extends QueryTest with
BeforeAndAfterEach with Befo
}
// ----------------------------------- Configuration Validity
-----------------------------------
- test("Don't support GLOBAL_SORT on partitioned table") {
+ ignore("Don't support GLOBAL_SORT on partitioned table") {
--- End diff --
why ignore this testcase?
---