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

add join iterator #283

Merged
merged 2 commits into from
Jan 29, 2021
Merged

add join iterator #283

merged 2 commits into from
Jan 29, 2021

Conversation

piever
Copy link
Collaborator

@piever piever commented Jan 20, 2021

This moves an iterator that is only needed in IndexedTables from StructArrays. It is essentially a lazy join done via a merge sort between sorted iterators.

I'm planning to remove it from StructArrays in the next breaking release (see JuliaArrays/StructArrays.jl#166), so I'm making this PR to make the update (from StructArrays 0.4 to 0.5) easier for IndexedTables.

On my machine I get some error during testing about WeakRefStrings, but they seem unrelated. (EDIT: never mind, CI passes here, I must have some dependencies devved locally.)

@codecov
Copy link

codecov bot commented Jan 20, 2021

Codecov Report

Merging #283 (f7a963f) into main (0dcef2d) will increase coverage by 0.17%.
The diff coverage is 93.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #283      +/-   ##
==========================================
+ Coverage   85.76%   85.93%   +0.17%     
==========================================
  Files          15       15              
  Lines        1510     1543      +33     
==========================================
+ Hits         1295     1326      +31     
- Misses        215      217       +2     
Impacted Files Coverage Δ
src/IndexedTables.jl 83.33% <ø> (ø)
src/join.jl 92.60% <93.93%> (+0.15%) ⬆️

Continue to review full report at Codecov.

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

@piever piever merged commit ab399d5 into main Jan 29, 2021
@piever piever deleted the pv/join branch January 29, 2021 10:53
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