Skip to content

Commit 3373502

Browse files
misc: remove println in test
1 parent 90a612e commit 3373502

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/distributed_aggregation.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ mod tests {
3131
.indent(true)
3232
.to_string();
3333

34-
println!("physical plan:\n{}", physical_str);
35-
3634
assert_snapshot!(physical_str,
3735
@r"
3836
ProjectionExec: expr=[count(*)@0 as count(*), RainToday@1 as RainToday]

0 commit comments

Comments
 (0)