Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2378#discussion_r195934496
--- Diff:
integration/spark-common-test/src/test/scala/org/apache/carbondata/spark/testsuite/detailquery/SearchModeTestCase.scala
---
@@ -111,22 +111,26 @@ class SearchModeTestCase extends QueryTest with
BeforeAndAfterAll {
}
test("test lucene datamap with search mode") {
+ sql("set carbon.search.enabled = true")
--- End diff --
Required. Because the previous test case close the search mode by set
---