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

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


    from a257c29c26 add redirect for old upgrading.html URL to fix broken 
changelog links (#20582)
     add a79e6e6b39 fix(substrait): Correctly parse field references in 
subqueries (#20439)

No new revisions were added by this update.

Summary of changes:
 .../logical_plan/consumer/expr/field_reference.rs  |  53 ++++-
 .../src/logical_plan/consumer/expr/mod.rs          |   5 +-
 .../src/logical_plan/consumer/expr/subquery.rs     |  44 +++-
 .../substrait/src/logical_plan/consumer/plan.rs    |   5 +-
 .../src/logical_plan/consumer/rel/exchange_rel.rs  |   3 +-
 .../logical_plan/consumer/substrait_consumer.rs    | 123 +++++++++-
 .../substrait/tests/cases/consumer_integration.rs  |  78 +++++-
 .../nested_correlated_subquery.substrait.json      | 265 +++++++++++++++++++++
 8 files changed, 537 insertions(+), 39 deletions(-)
 create mode 100644 
datafusion/substrait/tests/testdata/test_plans/nested_correlated_subquery.substrait.json


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to