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
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
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 {
-
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 {
-