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

[CHORE] Refactor arrays to share a FromArrow constructor trait #1276

Merged
merged 1 commit into from
Aug 16, 2023

Conversation

jaychia
Copy link
Contributor

@jaychia jaychia commented Aug 16, 2023

This eliminates some code duplication by having each Array implementation implement a FromArrow trait.

Will be useful when we add more arrays (e.g. StructArray, FixedSizeListArray, LogicalStructArray etc)

@github-actions github-actions bot added the chore label Aug 16, 2023
@jaychia jaychia enabled auto-merge (squash) August 16, 2023 06:55
@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Merging #1276 (578e63d) into main (48b46b3) will decrease coverage by 0.01%.
Report is 14 commits behind head on main.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1276      +/-   ##
==========================================
- Coverage   87.57%   87.57%   -0.01%     
==========================================
  Files          62       61       -1     
  Lines        6003     6026      +23     
==========================================
+ Hits         5257     5277      +20     
- Misses        746      749       +3     

see 17 files with indirect coverage changes

@jaychia jaychia merged commit 2b82afc into main Aug 16, 2023
29 checks passed
@jaychia jaychia deleted the jay/from-arrow branch August 16, 2023 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant