Skip to content

refactored attribute to remove c++17 dependency in the interface#803

Merged
wxyucs merged 1 commit into
mainfrom
fix-interface-require-cxx17
Jun 18, 2025
Merged

refactored attribute to remove c++17 dependency in the interface#803
wxyucs merged 1 commit into
mainfrom
fix-interface-require-cxx17

Conversation

@wxyucs

@wxyucs wxyucs commented Jun 16, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

@wxyucs wxyucs self-assigned this Jun 16, 2025
@wxyucs wxyucs added the kind/improvement Optimizations, UX polish, or minor improvements 性能优化、体验打磨或细节改良 label Jun 16, 2025
@wxyucs wxyucs added the version/0.15 1. Add Attribute Filter 2. Quantization and transformation 1. 新增 Attribute Filter 2. 量化与变换 label Jun 16, 2025
@codecov

codecov Bot commented Jun 16, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

@@            Coverage Diff             @@
##             main     #803      +/-   ##
==========================================
+ Coverage   91.47%   91.57%   +0.09%     
==========================================
  Files         212      216       +4     
  Lines       13590    13674      +84     
==========================================
+ Hits        12432    12522      +90     
+ Misses       1158     1152       -6     
Flag Coverage Δ
cpp 91.57% <100.00%> (+0.09%) ⬆️

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

Components Coverage Δ
common 94.01% <100.00%> (+0.07%) ⬆️
datacell 91.75% <100.00%> (+0.27%) ⬆️
index 89.79% <ø> (+0.01%) ⬆️
simd 100.00% <ø> (ø)

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 c520883...0424481. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@LHT129 LHT129 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@inabao inabao left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

Comment thread include/vsag/attribute.h
GetValueCount() const override;

public:
std::vector<T> value_{};

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

value_ is public field ?
rename to value ?

Signed-off-by: Xiangyu Wang <wxy407827@antgroup.com>
@wxyucs
wxyucs force-pushed the fix-interface-require-cxx17 branch from 1c3b303 to 0424481 Compare June 18, 2025 02:47
@pull-request-size pull-request-size Bot added size/L and removed size/M labels Jun 18, 2025

@jiaweizone jiaweizone left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@wxyucs
wxyucs merged commit fe4bb5e into main Jun 18, 2025
23 checks passed
@wxyucs
wxyucs deleted the fix-interface-require-cxx17 branch June 18, 2025 07:17
LHT129 pushed a commit to LHT129/vsag that referenced this pull request Apr 16, 2026
LHT129 pushed a commit that referenced this pull request May 11, 2026
Signed-off-by: Xiangyu Wang <wxy407827@antgroup.com>
Signed-off-by: LHT129 <tianlan.lht@antgroup.com>
Sia-Sheerland pushed a commit to Sia-Sheerland/vsag that referenced this pull request Jun 26, 2026
…group#803)

Signed-off-by: Xiangyu Wang <wxy407827@antgroup.com>
Signed-off-by: Sia Sheerland <x1075956441x@163.com>

Signed-off-by: Sia Sheerland <x1075956441x@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/improvement Optimizations, UX polish, or minor improvements 性能优化、体验打磨或细节改良 module/testing size/L version/0.15 1. Add Attribute Filter 2. Quantization and transformation 1. 新增 Attribute Filter 2. 量化与变换

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants