You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/06/10 14:56:05 UTC

[arrow-datafusion] branch master updated (8f84564 -> 77775b7)

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 8f84564  Return errors properly from RepartitionExec (#521)
     add 77775b7  add boundary check (#530)

No new revisions were added by this update.

Summary of changes:
 .../rust/core/src/serde/logical_plan/from_proto.rs |  10 +-
 datafusion/src/logical_plan/window_frames.rs       |  35 +++
 datafusion/src/physical_plan/mod.rs                |   1 -
 datafusion/src/physical_plan/window_frames.rs      | 337 ---------------------
 datafusion/src/sql/planner.rs                      |  58 +++-
 5 files changed, 95 insertions(+), 346 deletions(-)
 delete mode 100644 datafusion/src/physical_plan/window_frames.rs