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

define the interface for merging indexes #312

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

define the interface for merging indexes #312

wants to merge 3 commits into from

Conversation

inabao
Copy link
Collaborator

@inabao inabao commented Jan 10, 2025

@inabao inabao self-assigned this Jan 10, 2025
@inabao inabao added the kind/feature New feature or request label Jan 10, 2025
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

Attention: Patch coverage is 90.80460% with 8 lines in your changes missing coverage. Please review.

@@            Coverage Diff             @@
##             main     #312      +/-   ##
==========================================
+ Coverage   90.81%   90.85%   +0.04%     
==========================================
  Files         133      134       +1     
  Lines        8402     8487      +85     
==========================================
+ Hits         7630     7711      +81     
- Misses        772      776       +4     
Flag Coverage Δ
cpp 90.85% <90.80%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
common 94.98% <100.00%> (+0.15%) ⬆️
datacell 91.69% <ø> (-0.08%) ⬇️
index 91.14% <91.89%> (+0.09%) ⬆️
simd 81.63% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b4f0a18...412f4a4. Read the comment docs.

jinjiabao.jjb added 3 commits January 21, 2025 17:55
Signed-off-by: jinjiabao.jjb <jinjiabao.jjb@antgroup.com>
Signed-off-by: jinjiabao.jjb <jinjiabao.jjb@antgroup.com>
Signed-off-by: jinjiabao.jjb <jinjiabao.jjb@antgroup.com>
*/
virtual tl::expected<void, Error>
Merge(const std::vector<std::shared_ptr<Index>>& sub_indexes) {
throw std::runtime_error("Index doesn't support check feature");
Copy link
Collaborator

Choose a reason for hiding this comment

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

check feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants