-
Notifications
You must be signed in to change notification settings - Fork 394
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
Port ArrowMsg
to using arrow::RecordBatch
#8669
Conversation
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/12751899216 |
Web viewer built successfully. If applicable, you should also test it:
Note: This comment is updated whenever you push a commit. |
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/12755152972 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! This looks like we're getting precariously close to not needing TransportChunk at all anymore!
Co-authored-by: Jeremy Leibs <[email protected]>
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/12763538400 |
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/12766129662 |
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/12767918733 |
Related
re_arrow2
toarrow
#3741Details
I'd like to replace our
TransportChunk
with arrow'sRecordBatch
.This is a good step in that direction.