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 2023/04/22 12:17:06 UTC

[arrow-datafusion] branch main updated (7759d96e89 -> 85afd4bd7f)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from 7759d96e89 fix: allow group by same expr in Aggregate (#6091)
     add 85afd4bd7f Update DataFusion architecture documentation (#6056)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/datasource/empty.rs       |   5 +-
 datafusion/core/src/datasource/memory.rs      |   9 +-
 datafusion/core/src/lib.rs                    | 297 +++++++++++++++++++-------
 datafusion/row/src/jit/writer.rs              |   2 +-
 docs/source/contributor-guide/architecture.md |   2 +-
 5 files changed, 228 insertions(+), 87 deletions(-)