We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a612e commit 3373502Copy full SHA for 3373502
tests/distributed_aggregation.rs
@@ -31,8 +31,6 @@ mod tests {
31
.indent(true)
32
.to_string();
33
34
- println!("physical plan:\n{}", physical_str);
35
-
36
assert_snapshot!(physical_str,
37
@r"
38
ProjectionExec: expr=[count(*)@0 as count(*), RainToday@1 as RainToday]
0 commit comments