This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from 8b2fd22c4 Fix the test`timestamp_add_interval_months` (#3337)
add 24db13ba7 impl binary ops between binary arrays and scalars (#3124)
No new revisions were added by this update.
Summary of changes:
datafusion/core/tests/sql/expr.rs | 65 ++++++++++++++++++++++
datafusion/expr/src/expr_fn.rs | 2 +-
datafusion/expr/src/function.rs | 59 +++++++++++++++-----
datafusion/physical-expr/src/crypto_expressions.rs | 65 ++++++++++++++++++----
datafusion/physical-expr/src/expressions/binary.rs | 21 +++++++
5 files changed, 187 insertions(+), 25 deletions(-)