-
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
Fix formatting of RowId/Tuid when printing ChunkStore #8656
Conversation
Web viewer built successfully. If applicable, you should also test it:
Note: This comment is updated whenever you push a commit. |
38f4aef
to
64b0be5
Compare
|
||
#[cfg(not(target_arch = "wasm32"))] // requires TTY | ||
{ | ||
cell.add_attribute(comfy_table::Attribute::Italic) |
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.
I had to remove the italics, otherwise the formatting was different locally (tty) and on CI
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/12742851153 |
f0c925e
to
4ffb4e8
Compare
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.
I'm afraid that test is going to fail a bit too frequently, but we'll see how things go 👍
Took the liberty to update the test to use the new SerializedBatch APIs!
Also added a regression test
re_arrow2
toarrow
#3741