jackylk commented on a change in pull request #3509: [CARBONDATA-3618] Update 
query should throw exception if key has more than one value
URL: https://github.com/apache/carbondata/pull/3509#discussion_r361771203
 
 

 ##########
 File path: 
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/mutation/CarbonProjectForUpdateCommand.scala
 ##########
 @@ -135,7 +136,24 @@ private[sql] case class CarbonProjectForUpdateCommand(
           else {
             Dataset.ofRows(sparkSession, plan)
           }
-
+          if (CarbonProperties.getValidateUpdateKeyValueMapping) {
 
 Review comment:
   ```suggestion
             if (CarbonProperties.isUpdateStrictCheckEnabled) {
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to