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

2025-06-30 Thread via GitHub
chenkovsky commented on code in PR #16610: URL: https://github.com/apache/datafusion/pull/16610#discussion_r2175074960 ## datafusion/sql/tests/cases/plan_to_sql.rs: ## @@ -2596,3 +2600,36 @@ fn test_not_ilike_filter_with_escape() { @"SELECT person.first_name FROM person

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

2025-06-30 Thread via GitHub
goldmedal commented on code in PR #16610: URL: https://github.com/apache/datafusion/pull/16610#discussion_r2174859892 ## datafusion/sql/tests/cases/plan_to_sql.rs: ## @@ -2596,3 +2600,36 @@ fn test_not_ilike_filter_with_escape() { @"SELECT person.first_name FROM person

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

2025-06-29 Thread via GitHub
goldmedal commented on PR #16610: URL: https://github.com/apache/datafusion/pull/16610#issuecomment-3017522994 > Thanks @chenkovsky -- this looks good to me but I am not super familar with this code > > @goldmedal or @phillipleblanc I wonder if either of you have some time (or can su

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

2025-06-29 Thread via GitHub
alamb commented on code in PR #16610: URL: https://github.com/apache/datafusion/pull/16610#discussion_r2173737830 ## datafusion/sql/tests/cases/plan_to_sql.rs: ## @@ -2596,3 +2600,27 @@ fn test_not_ilike_filter_with_escape() { @"SELECT person.first_name FROM person WHER

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

2025-06-28 Thread via GitHub
chenkovsky opened a new pull request, #16610: URL: https://github.com/apache/datafusion/pull/16610 ## Which issue does this PR close? - Closes #16607. ## Rationale for this change unparser for get_field will check the first parameter. currently it only allows column.