We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a5082 commit 1e6ad91Copy full SHA for 1e6ad91
datafusion/sql/tests/sql_integration.rs
@@ -1749,7 +1749,7 @@ fn select_simple_aggregate_with_groupby_non_column_expression_nested_and_resolva
1749
assert_snapshot!(
1750
plan,
1751
@r#"
1752
- Projection: (person.age + Int64(1)) / Int64(2) * (person.age + Int64(1)), min(person.first_name)
+ Projection: person.age + Int64(1) / Int64(2) * person.age + Int64(1), min(person.first_name)
1753
Aggregate: groupBy=[[person.age + Int64(1)]], aggr=[[min(person.first_name)]]
1754
TableScan: person
1755
"#
0 commit comments