Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(inverted_index): add index reader #2803

Merged
merged 7 commits into from
Nov 27, 2023

Conversation

zhongzc
Copy link
Contributor

@zhongzc zhongzc commented Nov 23, 2023

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

Introduce the trait InvertedIndexReader and its implementation.

Depends on GreptimeTeam/greptime-proto#124.

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.

Refer to a related PR or issue link (optional)

#2705

GreptimeTeam/greptime-proto#124

@zhongzc zhongzc self-assigned this Nov 23, 2023
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

Merging #2803 (a280cf1) into develop (9e58bba) will decrease coverage by 0.37%.
The diff coverage is 98.51%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2803      +/-   ##
===========================================
- Coverage    84.74%   84.38%   -0.37%     
===========================================
  Files          732      734       +2     
  Lines       114657   114927     +270     
===========================================
- Hits         97168    96983     -185     
- Misses       17489    17944     +455     

Signed-off-by: Zhenchi <[email protected]>
@killme2008 killme2008 requested a review from waynexia November 24, 2023 07:52
Copy link
Member

@waynexia waynexia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@waynexia waynexia added this pull request to the merge queue Nov 24, 2023
@zhongzc zhongzc removed this pull request from the merge queue due to a manual request Nov 24, 2023
@waynexia waynexia added this pull request to the merge queue Nov 24, 2023
@waynexia waynexia removed this pull request from the merge queue due to a manual request Nov 24, 2023
@killme2008 killme2008 added this pull request to the merge queue Nov 24, 2023
@waynexia waynexia removed this pull request from the merge queue due to a manual request Nov 24, 2023
github-merge-queue bot pushed a commit that referenced this pull request Nov 24, 2023
* feat(inverted_index): add reader

Signed-off-by: Zhenchi <[email protected]>

* fix: toml format

Signed-off-by: Zhenchi <[email protected]>

* chore: add prefix relative_ to the offset parameter

Signed-off-by: Zhenchi <[email protected]>

* docs: add doc comment

Signed-off-by: Zhenchi <[email protected]>

---------

Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
@zhongzc zhongzc enabled auto-merge November 27, 2023 03:22
@zhongzc zhongzc added this pull request to the merge queue Nov 27, 2023
Merged via the queue into GreptimeTeam:develop with commit b3edbef Nov 27, 2023
12 checks passed
@zhongzc zhongzc deleted the zhongzc/inverted-index-format branch November 27, 2023 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants