Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2372#discussion_r197431627
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/detailquery/SearchModeTestCase.scala
---
@@ -137,7 +149,7 @@ class SearchModeTestCase extends QueryTest with
BeforeAndAfterAll {
sql("DROP DATAMAP if exists dm3 ON TABLE main")
}
- test("start search mode twice") {
+ ignore("start search mode twice") {
--- End diff --
Why ignore it?
---