10000 [attr_expression] update integer type to support uint64_t input by yulijunzj · Pull Request #840 · antgroup/vsag · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[attr_expression] update integer type to support uint64_t input #840

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

Merged
merged 1 commit into from
Jul 4, 2025

Conversation

yulijunzj
Copy link
Collaborator

No description provided.

Signed-off-by: ylj <lingyuan.ylj@antgroup.com>

update integer type to support uint64_t input

Signed-off-by: ylj <lingyuan.ylj@antgroup.com>
@yulijunzj yulijunzj force-pushed the fix-parse-uint64-expression branch from 7421079 to a6d6ce0 Compare June 24, 2025 11:00
Copy link
codecov bot commented Jun 24, 2025

Codecov Report

Attention: Patch coverage is 85.58559% with 16 lines in your changes missing coverage. Please review.

@@            Coverage Diff             @@
##             main     #840      +/-   ##
==========================================
+ Coverage   91.05%   91.17%   +0.11%     
==========================================
  Files         221      221              
  Lines       14014    14178     +164     
==========================================
+ Hits        12761    12927     +166     
+ Misses       1253     1251       -2     
Flag Coverage Δ
cpp 91.17% <85.58%> (+0.11%) ⬆️

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

Components Coverage Δ
common 93.63% <ø> (-0.33%) ⬇️
datacell 91.45% <ø> (-0.18%) ⬇️
index 89.62% <ø> (+0.16%) ⬆️
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 d96bac2...a6d6ce0. Read the comment docs.

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

Copy link
Collaborator
@LHT129 LHT129 left a comment

Choose a reason for hiding this comment

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

LGTM

@LHT129 LHT129 self-assigned this Jun 27, 2025
Copy link
Collaborator
@inabao inabao left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator
@wxyucs wxyucs left a comment

Choose a reason for hiding this comment

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

lgtm

Comment on lines +42 to +46
if (auto i64 = std::dynamic_pointer_cast<const IntListConstant<int64_t>>(list_expr->values)) {
list_variant = i64;
} else if (auto u64 =
std::dynamic_pointer_cast<const IntListConstant<uint64_t>>(list_expr->values)) {
list_variant = u64;
Copy link
Collaborator

Choose a reason for hiding this comment

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

@yulijunzj i64, u64 seems to be a highlight keyword, rename in next pull request

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok

@wxyucs wxyucs added the kind/improvement Code improvements (variable/function renaming, refactoring, etc. ) label Jul 4, 2025
@LHT129 LHT129 merged commit 5df8e34 into antgroup:main Jul 4, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/improvement Code improvements (variable/function renaming, refactoring, etc. ) module/testing needs-cherry-pick-release-0.15 size/L version/0.16
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0