chetandb commented on a change in pull request #69: 1.6.0 URL: https://github.com/apache/carbondata-site/pull/69#discussion_r320093855
########## File path: content/configuration-parameters.html ########## @@ -540,6 +554,16 @@ <h2> <td>200</td> <td>CarbonData will write the min max values for string/varchar types column using the byte count specified by this configuration. Max value is 1000 bytes(500 characters) and Min value is 10 bytes(5 characters). <strong>NOTE:</strong> This property is useful for reducing the store size thereby improving the query performance but can lead to query degradation if value is not configured properly.</td> </tr> +<tr> +<td>carbon.merge.index.failure.throw.exception</td> +<td>true</td> +<td>It is used to configure whether or not merge index failure should result in data load failure also.</td> +</tr> +<tr> +<td>carbon.binary.decoder</td> +<td>None</td> Review comment: Default value should be base64 or hex. Cant be None ---------------------------------------------------------------- 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 With regards, Apache Git Services