This is an automated email from the ASF dual-hosted git repository. alamb pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/datafusion.git
from 0e486277ef adapt filter expressions to file schema during parquet scan instead of using a SchemaAdapter (#16461) add b4053801bf Simplify AsyncScalarUdfImpl so it extends ScalarUdfImpl (#16523) No new revisions were added by this update. Summary of changes: datafusion-examples/examples/async_udf.rs | 31 +++++++++---- datafusion/core/src/physical_planner.rs | 10 +++-- datafusion/expr/src/async_udf.rs | 42 ++--------------- .../physical-expr/src/async_scalar_function.rs | 34 ++++++++++---- datafusion/physical-plan/src/async_func.rs | 2 + .../library-user-guide/functions/adding-udfs.md | 52 +++++++++++++++------- 6 files changed, 98 insertions(+), 73 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org