-
Notifications
You must be signed in to change notification settings - Fork 372
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 more of the viewer to arrow1 #8539
Conversation
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/12411355672 |
d17a6aa
to
a6ba10b
Compare
DRAFT: I broke the dataframe view |
a6ba10b
to
badc2bc
Compare
@@ -649,6 +649,7 @@ impl PyRecordingView { | |||
/// This schema will only contain the columns that are included in the view via | |||
/// the view contents. | |||
fn schema(&self, py: Python<'_>) -> PyResult<PySchema> { | |||
#![allow(clippy::unnecessary_wraps)] // In case of feature != "remote" |
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.
Unrelated thing I discovered when running cargo clippy
(without --all-features
)
@rerun-bot full-check |
Started a full build: https://github.com/rerun-io/rerun/actions/runs/12631012679 |
bc4f4ab
to
c955f1d
Compare
What
re_arrow2
toarrow
#3741Port most of our viewer-facing code to arrow1