Indhumathi27 commented on a change in pull request #3969:
URL: https://github.com/apache/carbondata/pull/3969#discussion_r501492611
##########
File path: docs/dml-of-carbondata.md
##########
@@ -43,6 +43,7 @@ CarbonData DML statements are documented here,which includes:
**NOTE**:
* Use 'file://' prefix to indicate local input files path, but it just
supports local mode.
* If run on cluster mode, please upload all input files to distributed
file system, for example 'hdfs://' for hdfs.
+ * Each load creates new segment folder and manages the folder through
tablestatus file.
Review comment:
since this content is already present in Segment Management. no need to
add it
##########
File path: docs/dml-of-carbondata.md
##########
@@ -303,6 +304,7 @@ CarbonData DML statements are documented here,which
includes:
* The data type of source and destination table columns should be same
* INSERT INTO command does not support partial success if bad records are
found, it will fail.
* Data cannot be loaded or updated in source table while insert from source
table to target table is in progress.
+ * Each insert creates new segment folder and manages the folder through
tablestatus file.
Review comment:
same comment as above
----------------------------------------------------------------
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]