kunal642 commented on a change in pull request #3736:
URL: https://github.com/apache/carbondata/pull/3736#discussion_r420117381
##########
File path: docs/dml-of-carbondata.md
##########
@@ -219,61 +218,57 @@ CarbonData DML statements are documented here,which
includes:
OPTIONS('BAD_RECORDS_LOGGER_ENABLE'='true',
'BAD_RECORD_PATH'='hdfs://hacluster/tmp/carbon',
'BAD_RECORDS_ACTION'='REDIRECT', 'IS_EMPTY_DATA_BAD_RECORD'='false')
```
- **NOTE:**
- * BAD_RECORDS_ACTION property can have four type of actions for bad records
FORCE, REDIRECT, IGNORE and FAIL.
- * FAIL option is its Default value. If the FAIL option is used, then data
loading fails if any bad records are found.
- * If the REDIRECT option is used, CarbonData will add all bad records in to
a separate CSV file. However, this file must not be used for subsequent data
loading because the content may not exactly match the source record. You are
advised to cleanse the original source record for further data ingestion. This
option is used to remind you which records are bad records.
- * If the FORCE option is used, then it auto-converts the data by storing the
bad records as NULL before Loading data.
- * If the IGNORE option is used, then bad records are neither loaded nor
written to the separate CSV file.
- * In loaded data, if all records are bad records, the BAD_RECORDS_ACTION is
invalid and the load operation fails.
- * The default maximum number of characters per column is 32000. If there are
more than 32000 characters in a column, please refer to *String longer than
32000 characters* section.
- * Since Bad Records Path can be specified in create, load and carbon
properties.
- Therefore, value specified in load will have the highest priority, and
value specified in carbon properties will have the least priority.
+ **NOTE:**
+ * BAD_RECORDS_ACTION property can have four types of actions for bad
records FORCE, REDIRECT, IGNORE, and FAIL.
Review comment:
There is a lot of indentation in the start of the lines...If they dont
cause any change to the actual doc then better to remove
----------------------------------------------------------------
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]