VenuReddy2103 commented on a change in pull request #3873:
URL: https://github.com/apache/carbondata/pull/3873#discussion_r467748504



##########
File path: core/src/main/java/org/apache/carbondata/core/util/SessionParams.java
##########
@@ -155,6 +141,12 @@ private boolean validateKeyValue(String key, String value) 
throws InvalidConfigu
       case CARBON_PUSH_ROW_FILTERS_FOR_VECTOR:
       case CARBON_ENABLE_INDEX_SERVER:
       case CARBON_QUERY_STAGE_INPUT:
+      case CARBON_LOAD_SI_REPAIR:
+        isValid = CarbonUtil.validateBoolean(value);

Review comment:
       CARBON_LOAD_SI_REPAIR switch case can be just a fall-through without 
case block. Same like above switch cases having same case block.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to