Skip to content

Commit

Permalink
python tests: propagate changes
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 10, 2024
1 parent 448a24f commit b3cde2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rerun_py/src/dataframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,9 @@ impl PyRecording {

let query = QueryExpression {
view_contents: Some(contents),
include_semantically_empty_columns: false,
include_indicator_columns: false,
include_tombstone_columns: false,
filtered_index: timeline.timeline,
filtered_index_range: None,
filtered_index_values: None,
Expand Down

0 comments on commit b3cde2b

Please sign in to comment.