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

Make Column: Send + Sync #1518

Merged
merged 1 commit into from
Sep 13, 2022
Merged

Make Column: Send + Sync #1518

merged 1 commit into from
Sep 13, 2022

Conversation

shikhar
Copy link
Collaborator

@shikhar shikhar commented Sep 13, 2022

Arc<dyn Column<V>> will only implement Send if Column is both.

@codecov-commenter
Copy link

Codecov Report

Merging #1518 (392870e) into main (8006f63) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1518      +/-   ##
==========================================
- Coverage   93.99%   93.98%   -0.01%     
==========================================
  Files         243      243              
  Lines       44911    44913       +2     
==========================================
- Hits        42212    42211       -1     
- Misses       2699     2702       +3     
Impacted Files Coverage Δ
fastfield_codecs/src/monotonic_mapping.rs 100.00% <ø> (ø)
fastfield_codecs/src/column.rs 77.27% <100.00%> (+0.34%) ⬆️
src/fastfield/multivalued/mod.rs 96.37% <0.00%> (-1.56%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@fulmicoton fulmicoton merged commit 1eab123 into main Sep 13, 2022
@fulmicoton fulmicoton deleted the col-sendsync branch September 13, 2022 04:31
@PSeitz
Copy link
Contributor

PSeitz commented Sep 13, 2022

@shikhar You probably already noticed, but the next tantivy version will be a breaking change

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.

4 participants