Skip to content

Commit

Permalink
minor: Fix build on main (apache#13159)
Browse files Browse the repository at this point in the history
  • Loading branch information
eejbyfeldt authored Oct 29, 2024
1 parent b30d12a commit d764c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sql/src/unparser/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ impl Unparser<'_> {
let args = self.function_args_to_sql(std::slice::from_ref(&unnest.expr))?;

Ok(ast::Expr::Function(Function {
name: ast::ObjectName(vec![Ident {
name: ObjectName(vec![Ident {
value: "UNNEST".to_string(),
quote_style: None,
}]),
Expand Down

0 comments on commit d764c4a

Please sign in to comment.