This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 0c7da268b5 perf: Simplify CASE for any WHEN TRUE (#17602) add 9e36ec46c5 fix: Change `OuterReferenceColumn` to contain the entire outer field to prevent metadata loss (#17524) No new revisions were added by this update. Summary of changes: .../user_defined/user_defined_scalar_functions.rs | 98 ++++++++++++++++++++++ datafusion/expr/src/expr.rs | 8 +- datafusion/expr/src/expr_fn.rs | 17 +++- datafusion/expr/src/expr_schema.rs | 18 ++-- datafusion/sql/src/expr/identifier.rs | 5 +- datafusion/sqllogictest/test_files/joins.slt | 18 ++-- datafusion/sqllogictest/test_files/unnest.slt | 8 +- 7 files changed, 147 insertions(+), 25 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org