This is an automated email from the ASF dual-hosted git repository.

thinkharderdev pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 7fab5ac53c Move inlist rule to expr_simplifier (#9692)
     add 09747596fd Support Serde for ScalarUDF in Physical Expressions (#9436)

No new revisions were added by this update.

Summary of changes:
 .../src/physical_optimizer/projection_pushdown.rs  |  58 ++-
 datafusion/physical-expr/src/functions.rs          |  10 +-
 datafusion/physical-expr/src/scalar_function.rs    |  26 +-
 datafusion/physical-expr/src/udf.rs                |   7 +-
 datafusion/proto/proto/datafusion.proto            |   1 +
 datafusion/proto/src/generated/pbjson.rs           |  21 +
 datafusion/proto/src/generated/prost.rs            |   2 +
 datafusion/proto/src/physical_plan/from_proto.rs   |  44 ++-
 datafusion/proto/src/physical_plan/mod.rs          | 139 +++++--
 datafusion/proto/src/physical_plan/to_proto.rs     | 433 ++++++++++++---------
 .../proto/tests/cases/roundtrip_physical_plan.rs   | 157 +++++++-
 11 files changed, 634 insertions(+), 264 deletions(-)

Reply via email to