Merged
Conversation
7 tasks
efffb3c to
a50064c
Compare
CodSpeed Performance ReportMerging #4708 will not alter performanceComparing Summary
|
d12a558 to
2fcb2be
Compare
connortsui20
commented
Sep 19, 2025
connortsui20
commented
Sep 19, 2025
robert3005
reviewed
Sep 20, 2025
Contributor
robert3005
left a comment
There was a problem hiding this comment.
Haven't looked at the tests yet, left some minor style comments
Contributor
Author
|
I just realized my optimization is wrong. Even if the offsets are sorted, it could be "sparse". So I think I'm just going to refactor that function entirely. In fact, I'm probably going to remove it from this PR and do a followup PR |
Contributor
|
Just confirming this is binary compatible with Arrow's ListView |
Since we need `OffsetPType` for `ListView` (not just `List` anymore). Signed-off-by: Connor Tsui <[email protected]>
851071d to
4bbc0e2
Compare
Contributor
Author
I'm pretty sure it is? At least when everything is in canonical form |
8f91cf6 to
594a5ac
Compare
connortsui20
commented
Sep 22, 2025
594a5ac to
4736f28
Compare
4736f28 to
f096b09
Compare
Contributor
|
Yes, this is compatible with Arrow ListViewArray when offsets and lengths are u32/i32 or u64/i64 |
f096b09 to
002961b
Compare
cf87fd0 to
e34a7b4
Compare
Signed-off-by: Connor Tsui <[email protected]>
e34a7b4 to
1148cca
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Tracking Issue: #4699
Adds a new
ListViewArrayencoding.The compute functions and the
ListViewBuilderwill come in a future PR.