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/06/11 12:36:35 UTC

[arrow-datafusion] branch main updated (57bc5b0299 -> e6265c1e3f)

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 57bc5b0299 style: make clippy happy and remove redundant prefix (#6624)
     add e6265c1e3f Substrait: Fix incorrect join key fields (indices) when same table is being used more than once (#6135)

No new revisions were added by this update.

Summary of changes:
 datafusion/substrait/src/logical_plan/consumer.rs  |   2 +-
 datafusion/substrait/src/logical_plan/producer.rs  | 191 ++++++++++++++-------
 .../substrait/tests/roundtrip_logical_plan.rs      |  24 +++
 3 files changed, 155 insertions(+), 62 deletions(-)