Skip to content

Commit

Permalink
Fix main (rerun-io#7565)
Browse files Browse the repository at this point in the history
* [x] yes
  • Loading branch information
teh-cmc authored Oct 2, 2024
1 parent 3581ca4 commit 320c203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/store/re_chunk_store/src/dataframe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,8 @@ pub struct QueryExpression2 {
/// and [`QueryExpression2::filtered_index_values`].
///
/// Example: `[TimeInt(12), TimeInt(14)]`.
TODO(jleibs): We need an alternative name for sampled.
//
// TODO(jleibs): We need an alternative name for sampled.
pub sampled_index_values: Option<Vec<IndexValue>>,

/// TODO(cmc): NOT IMPLEMENTED.
Expand Down

0 comments on commit 320c203

Please sign in to comment.