This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## main #283 +/- ##
==========================================
- Coverage 77.58% 77.55% -0.03%
==========================================
Files 255 260 +5
Lines 20709 21048 +339
==========================================
+ Hits 16067 16324 +257
- Misses 4642 4724 +82
Continue to review full report at Codecov.
|
jorgecarleitao
force-pushed
the
union
branch
2 times, most recently
from
August 13, 2021 19:48
bf64420
to
c2c9cf2
Compare
jorgecarleitao
changed the title
Add minimal support for
Add support for Aug 13, 2021
UnionArray
UnionArray
jorgecarleitao
force-pushed
the
union
branch
2 times, most recently
from
August 14, 2021 07:42
744fae9
to
91a2e51
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
UnionArray
Display
io::print::write
)UnionArray::iter()
with an iterator over values via theScalar
APIcompute::aggregate::memory
)MetadataVersion
to IPC interfaces #282)DataType::Union
to contain necessary metadata for IPC and FFI (ChangeDataType::Union
to enable round trips in IPC #281)I verified that integration tests against C++ pass when union is not skipped.
Closes #281 and #282