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/07 14:51:14 UTC

[arrow-datafusion] branch master updated (767eeb0 -> 5773a03)

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 767eeb0  closing up type checks (#506)
     add 5773a03  refactor sort exec stream and combine batches (#515)

No new revisions were added by this update.

Summary of changes:
 datafusion/src/physical_plan/common.rs             | 96 +++++++++++++++++++---
 datafusion/src/physical_plan/sort.rs               | 86 ++++++++-----------
 .../sqls/{simple_select.sql => simple_sort.sql}    |  7 +-
 integration-tests/test_psql_parity.py              |  2 +-
 4 files changed, 124 insertions(+), 67 deletions(-)
 copy integration-tests/sqls/{simple_select.sql => simple_sort.sql} (92%)