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

Fix formatting of RowId/Tuid when printing ChunkStore #8656

Merged
merged 6 commits into from
Jan 13, 2025

Conversation

emilk
Copy link
Member

@emilk emilk commented Jan 10, 2025

Also added a regression test

@emilk emilk added 🏹 arrow concerning arrow 🧑‍💻 dev experience developer experience (excluding CI) exclude from changelog PRs with this won't show up in CHANGELOG.md labels Jan 10, 2025
Copy link

github-actions bot commented Jan 10, 2025

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

  • I have tested the web viewer
Result Commit Link Manifest
4ffb4e8 https://rerun.io/viewer/pr/8656 +nightly +main

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

@emilk emilk force-pushed the emilk/fix-tuid-arrow-formatting branch from 38f4aef to 64b0be5 Compare January 11, 2025 15:10

#[cfg(not(target_arch = "wasm32"))] // requires TTY
{
cell.add_attribute(comfy_table::Attribute::Italic)
Copy link
Member Author

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

@emilk emilk marked this pull request as draft January 13, 2025 07:52
@emilk emilk marked this pull request as ready for review January 13, 2025 07:55
@emilk
Copy link
Member Author

emilk commented Jan 13, 2025

@rerun-bot full-check

Copy link

Started a full build: https://github.com/rerun-io/rerun/actions/runs/12742851153

@teh-cmc teh-cmc self-requested a review January 13, 2025 08:59
@teh-cmc teh-cmc force-pushed the emilk/fix-tuid-arrow-formatting branch from f0c925e to 4ffb4e8 Compare January 13, 2025 09:10
Copy link
Member

@teh-cmc teh-cmc left a 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!

@emilk emilk merged commit 92949cf into main Jan 13, 2025
31 checks passed
@emilk emilk deleted the emilk/fix-tuid-arrow-formatting branch January 13, 2025 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏹 arrow concerning arrow 🧑‍💻 dev experience developer experience (excluding CI) 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