Skip to content

Commit 479e6d7

Browse files
committed
Update test
1 parent 6245420 commit 479e6d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/optimizer/src/simplify_expressions/simplify_exprs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ mod tests {
375375
assert_optimized_plan_equal!(
376376
plan,
377377
@r"
378-
Projection: sum(test.a) + Int64(2) * count(test.a) AS sum(test.a + Int64(2)), sum(test.a) + Int64(3) * count(test.a) AS sum(test.a + Int64(3))
378+
Projection: sum(test.a) + Int64(2) * CAST(count(test.a) AS Int64) AS sum(test.a + Int64(2)), sum(test.a) + Int64(3) * CAST(count(test.a) AS Int64) AS sum(test.a + Int64(3))
379379
Aggregate: groupBy=[[]], aggr=[[sum(test.a), count(test.a)]]
380380
TableScan: test
381381
"

0 commit comments

Comments
 (0)