This is an automated email from the ASF dual-hosted git repository.
indhumuthumurugesh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git
The following commit(s) were added to refs/heads/master by this push:
new 88fdf60 [CARBONDATA-4232] Add missing doc change for secondary index.
88fdf60 is described below
commit 88fdf60c789f1404bcb95360a4fa3a2c26d3f57c
Author: Nihal ojha <[email protected]>
AuthorDate: Thu Jun 24 12:01:05 2021 +0530
[CARBONDATA-4232] Add missing doc change for secondary index.
Why is this PR needed?
Documentation changes were not handled in PR 4116
What changes were proposed in this PR?
Added missing documentation.
This closes #4164
---
docs/index/secondary-index-guide.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/index/secondary-index-guide.md
b/docs/index/secondary-index-guide.md
index e0c811e..40ea6e5 100644
--- a/docs/index/secondary-index-guide.md
+++ b/docs/index/secondary-index-guide.md
@@ -118,9 +118,11 @@ also load data to the SI table with the same number of
segments as the main tabl
the main table will also load data to the SI table.
**NOTE**:
- * In case of data load failure to the SI table, then we make the SI table
disable by setting a hive serde
- property. The subsequent main table load will load the old failed loads along
with current load and
- makes the SI table enable and available for query.
+ * In case of data load failure to the SI table, segments of main table and SI
table will not be in sync.
+ In this scenario the subsequent query pruning will be performed at segment
level. It means all successful SI segments
+ will be pruned with SI table and rest of the segment pruning will be
performed with help of main table.
+ The subsequent main table load will load the old failed loads along with
current load and
+ makes the SI and main table segments in sync.
## Querying data
Direct query can be made on SI tables to check the data present in position
reference columns.