qidaye opened a new pull request, #125:
URL: https://github.com/apache/doris-thirdparty/pull/125
Doris compaction translation vec:
```cpp
trans_vec
<<dest_idx_num, dest_docId>>
the first level vector: index indicates src segment.
the second level vector: index indicates row id of source segment,
value indicates row id of destination segment.
<UINT32_MAX, UINT32_MAX> indicates current row not exist.
```
When `dest_idx_num` and `desc_docId` is `UINT32_MAX`, it indicates that the
current row not exists.
So we cannot add this doc to the inverted index either.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]