Skip to content

Commit 75d52b9

Browse files
committed
minor
1 parent d7a4804 commit 75d52b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

crates/top/re_sdk/src/lenses.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ mod ast {
287287
pub entity_path: EntityPath,
288288
pub component_descr: ComponentDescriptor,
289289
pub ops: Vec<Op>,
290+
// TODO(grtlr): It would be much nicer if static could be infered from the output of the operations?
290291
pub is_static: bool,
291292
}
292293
}

examples/rust/lenses/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fn main() -> anyhow::Result<()> {
8080
.output_column(
8181
"nested/a",
8282
Scalars::descriptor_scalars(),
83-
[Op::access_field("a"), Op::cast(DataType::Float32)],
83+
[Op::access_field("a"), Op::cast(DataType::Float64)],
8484
)
8585
.output_column(
8686
"nested/b",

0 commit comments

Comments
 (0)