Re: [PR] fix: support scalar function nested in get_field in Unparser [datafusion]

2025-07-01 Thread via GitHub
alamb merged PR #16610: URL: https://github.com/apache/datafusion/pull/16610 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusi

Re: [PR] fix: support scalar function nested in get_field in Unparser [datafusion]

2025-07-01 Thread via GitHub
alamb commented on PR #16610: URL: https://github.com/apache/datafusion/pull/16610#issuecomment-3025428193 Thanks @chenkovsky and @goldmedal -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] fix: support scalar function nested in get_field in Unparser [datafusion]

2025-07-01 Thread via GitHub
chenkovsky commented on code in PR #16610: URL: https://github.com/apache/datafusion/pull/16610#discussion_r2177627341 ## datafusion/sql/src/unparser/expr.rs: ## @@ -617,31 +617,55 @@ impl Unparser<'_> { } fn get_field_to_sql(&self, args: &[Expr]) -> Result { -

Re: [PR] fix: support scalar function nested in get_field in Unparser [datafusion]

2025-07-01 Thread via GitHub
goldmedal commented on code in PR #16610: URL: https://github.com/apache/datafusion/pull/16610#discussion_r2177369793 ## datafusion/sql/src/unparser/expr.rs: ## @@ -617,31 +617,55 @@ impl Unparser<'_> { } fn get_field_to_sql(&self, args: &[Expr]) -> Result { -