Skip to content

Commit 838f207

Browse files
committed
update test
1 parent 4ce0741 commit 838f207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/optimizer/tests/optimizer_integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ fn eliminate_redundant_null_check_on_count() {
312312
GROUP BY col_int32
313313
HAVING c IS NOT NULL";
314314
let plan = test_sql(sql).unwrap();
315-
let expected = "Projection: test.col_int32, count(Int64(1)) AS count(*) AS c\
315+
let expected = "Projection: test.col_int32, count(Int64(1)) AS c\
316316
\n Aggregate: groupBy=[[test.col_int32]], aggr=[[count(Int64(1))]]\
317317
\n TableScan: test projection=[col_int32]";
318318
assert_eq!(expected, format!("{plan}"));

0 commit comments

Comments
 (0)