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

Use serde to encode arrow datatype #8747

Merged
merged 1 commit into from
Jan 21, 2025
Merged

Use serde to encode arrow datatype #8747

merged 1 commit into from
Jan 21, 2025

Conversation

emilk
Copy link
Member

@emilk emilk commented Jan 21, 2025

Related

Apparently arrow::Datatype::to_string/parse doesn't roundtrip, despite claiming so. Let's hope serde/json works better.

We probably want to replace the whole of crates/store/re_protos/proto/rerun/v0/common.proto with just a IPC-encoded RecordBath at some point, but not today.

@emilk emilk added exclude from changelog PRs with this won't show up in CHANGELOG.md dataplatform Rerun Data Platform integration labels Jan 21, 2025
@emilk emilk requested a review from zehiko January 21, 2025 08:49
Copy link

github-actions bot commented Jan 21, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
57c0453 https://rerun.io/viewer/pr/8747 +nightly +main

Note: This comment is updated whenever you push a commit.

@zehiko zehiko merged commit 066c0dd into main Jan 21, 2025
35 checks passed
@zehiko zehiko deleted the emilk/protobuf-fix branch January 21, 2025 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataplatform Rerun Data Platform integration exclude from changelog PRs with this won't show up in CHANGELOG.md
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants