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 345f727  Replace Datafusion Error with Generic Error for Object store 
(#1541)
     add eb51fae  consolidate binary_expr coercion rule code into 
`binary_rule.rs` module (#1607)

No new revisions were added by this update.

Summary of changes:
 .../src/physical_plan/coercion_rule/binary_rule.rs | 212 ++++++++++++++++++-
 .../src/physical_plan/expressions/coercion.rs      | 227 ---------------------
 datafusion/src/physical_plan/expressions/mod.rs    |   1 -
 .../src/physical_plan/expressions/negative.rs      |   5 +-
 4 files changed, 206 insertions(+), 239 deletions(-)
 delete mode 100644 datafusion/src/physical_plan/expressions/coercion.rs

Reply via email to