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

Remove the constraint on HashIndexBuilder's template parameter #3030

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

benjaminwinger
Copy link
Collaborator

@benjaminwinger benjaminwinger commented Mar 12, 2024

The constraint seems to cause issues with MSVC 19.27 (#3022), and I don't think it's necessary any more.

This fixes the compilation failure (see https://github.com/kuzudb/kuzu/actions/runs/8250693752), however there are now some tests failing on the VS2019 job, I'm not really sure why.

I've pulled a change to the typing (merging the two template parameters) out of #2997 as I didn't really want to modify the template parameters twice.

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.24%. Comparing base (d8487a0) to head (b304389).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3030   +/-   ##
=======================================
  Coverage   93.24%   93.24%           
=======================================
  Files        1133     1133           
  Lines       43117    43117           
=======================================
+ Hits        40204    40205    +1     
+ Misses       2913     2912    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/include/storage/index/hash_index_builder.h Outdated Show resolved Hide resolved
src/include/storage/index/hash_index_builder.h Outdated Show resolved Hide resolved
@benjaminwinger benjaminwinger force-pushed the hash_index_template_types branch from 4fbaff3 to 21bda9c Compare March 12, 2024 20:01
The constraint seems to cause issues with MSVC 19.27 (#3022)
@benjaminwinger benjaminwinger force-pushed the hash_index_template_types branch from 21bda9c to b304389 Compare March 13, 2024 13:31
@benjaminwinger benjaminwinger changed the title Use just one template type for HashIndexBuilder and remove the constraint Remove the constraint on HashIndexBuilder's template parameter Mar 13, 2024
@benjaminwinger benjaminwinger merged commit 3db0f95 into master Mar 18, 2024
16 checks passed
@benjaminwinger benjaminwinger deleted the hash_index_template_types branch March 18, 2024 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants