ajantha-bhat commented on a change in pull request #3081: [SDV] Fix SDV testcase failures
URL:
https://github.com/apache/carbondata/pull/3081#discussion_r248929776
##########
File path: integration/spark-common-cluster-test/src/test/scala/org/apache/spark/sql/common/util/QueryTest.scala
##########
@@ -45,7 +45,7 @@ class QueryTest extends PlanTest with Suite {
// Add Locale setting
Locale.setDefault(Locale.US)
CarbonProperties.getInstance()
- .addProperty(CarbonCommonConstants.VALIDATE_DIRECT_QUERY_ON_DATAMAP, "false")
+ .addProperty(CarbonCommonConstants.SUPPORT_DIRECT_QUERY_ON_DATAMAP, "false")
Review comment:
default value is false itself. no need to set again. remove it
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services