You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2020/08/19 11:07:03 UTC

[GitHub] [carbondata] vikramahuja1001 commented on a change in pull request #3873: [WIP] Repair SI Command

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



##########
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:
       removed




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