This is an automated email from the ASF dual-hosted git repository.
dheres pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git.
from c22f575 Clean up spawned task on drop for `RepartitionExec`,
`SortPreservingMergeExec`, `WindowAggExec` (#1112)
add 81fae23 Implement `is [not] distinct from` (#1117)
No new revisions were added by this update.
Summary of changes:
ballista/rust/core/Cargo.toml | 2 +-
datafusion/Cargo.toml | 2 +-
datafusion/src/logical_plan/operators.rs | 6 +++
datafusion/src/physical_plan/expressions/binary.rs | 63 +++++++++++++++++++++-
datafusion/src/sql/planner.rs | 12 +++++
datafusion/tests/sql.rs | 44 +++++++++++++++
6 files changed, 125 insertions(+), 4 deletions(-)