Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2391#discussion_r199083856
--- Diff:
integration/spark-common-cluster-test/src/test/scala/org/apache/spark/sql/common/util/QueryTest.scala
---
@@ -45,6 +45,7 @@ class QueryTest extends PlanTest with Suite {
Locale.setDefault(Locale.US)
CarbonProperties.getInstance()
.addProperty(CarbonCommonConstants.VALIDATE_DIRECT_QUERY_ON_DATAMAP,
"false")
+ .addProperty(CarbonCommonConstants.CARBON_READER_SUPPORT, "false");
--- End diff --
I don't know why it show SDV fail. It shouldn't clean all.
ok, I changed.
---