Indhumathi27 commented on a change in pull request #3959:
URL: https://github.com/apache/carbondata/pull/3959#discussion_r500099594



##########
File path: docs/ddl-of-carbondata.md
##########
@@ -426,7 +426,8 @@ CarbonData DDL statements are documented here,which 
includes:
    - ##### String longer than 32000 characters
 
      In common scenarios, the length of string is less than 32000,
-     so carbondata stores the length of content using Short to reduce memory 
and space consumption.
+     so carbondata stores the length of content using Short to reduce memory 
and space consumption, and it handles the strings
+     which length greater than 32000 as bad record. Refer [bad record 
handling](https://github.com/apache/carbondata/blob/master/docs/dml-of-carbondata.md#bad-records-handling)
 section for better understanding.

Review comment:
       ```suggestion
    and it handles strings which have length greater than 32000 as a bad 
record. Refer [bad record 
handling](https://github.com/apache/carbondata/blob/master/docs/dml-of-carbondata.md#bad-records-handling)
 section for better understanding.
   
   ```




----------------------------------------------------------------
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