Github user kunal642 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/3064#discussion_r246777849
--- Diff:
integration/spark2/src/main/scala/org/apache/spark/sql/hive/execution/command/CarbonHiveCommands.scala
---
@@ -127,6 +127,9 @@ object CarbonSetCommand {
else if (isCarbonProperty) {
sessionParams.addProperty(key, value)
}
+ else {
--- End diff --
remove this.. if spark property is set then it should not be validated by
carbon---
