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/arrow-datafusion.git
from e9c5dc985b Add support for Bloom filters on unsigned integer columns
in Parquet tables (#9770)
add f5805b7aae Move `radians`, `signum`, `sin`, `sinh` and `sqrt`
functions to `datafusion-functions` crate (#9882)
No new revisions were added by this update.
Summary of changes:
datafusion/expr/src/built_in_function.rs | 34 ----------------------
datafusion/expr/src/expr_fn.rs | 14 ++-------
datafusion/functions/src/math/mod.rs | 13 ++++++++-
datafusion/physical-expr/src/functions.rs | 5 ----
datafusion/physical-expr/src/math_expressions.rs | 5 ----
datafusion/proto/proto/datafusion.proto | 10 +++----
datafusion/proto/src/generated/pbjson.rs | 15 ----------
datafusion/proto/src/generated/prost.rs | 20 ++++---------
datafusion/proto/src/logical_plan/from_proto.rs | 20 ++-----------
datafusion/proto/src/logical_plan/to_proto.rs | 5 ----
.../proto/tests/cases/roundtrip_logical_plan.rs | 16 +++-------
.../proto/tests/cases/roundtrip_physical_plan.rs | 6 ++--
datafusion/sql/tests/sql_integration.rs | 3 +-
13 files changed, 36 insertions(+), 130 deletions(-)