Github user NamanRastogi commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/3064#discussion_r246780308
--- 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 --
Done.---
