Skip to content

Commit

Permalink
remove merge stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zehiko committed Jan 15, 2025
1 parent 68e7d5a commit bc1f08e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/store/re_dataframe/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,6 @@ mod tests {
&query_handle.into_batch_iter().collect_vec(),
)?;
eprintln!("{dataframe}");

assert_snapshot_fixed_width!(dataframe);
}

Expand Down Expand Up @@ -1801,7 +1800,6 @@ mod tests {
&query_handle.into_batch_iter().collect_vec(),
)?;
eprintln!("{dataframe}");

assert_snapshot_fixed_width!(dataframe);
}

Expand Down Expand Up @@ -1839,7 +1837,7 @@ mod tests {
&query_handle.into_batch_iter().collect_vec(),
)?;
eprintln!("{dataframe}");

assert_snapshot_fixed_width!(dataframe);
}

Expand Down

0 comments on commit bc1f08e

Please sign in to comment.