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/01/20 14:35:22 UTC

[arrow-datafusion] branch master updated (22d106a65 -> e566bfc4a)

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 22d106a65 fix(4981): incorrect error wrapping in `OnceFut` (#4983)
     add e566bfc4a Only add outer filter once when transforming exists/in subquery to join (#4944)

No new revisions were added by this update.

Summary of changes:
 .../optimizer/src/decorrelate_where_exists.rs      | 86 ++++++++++++++++------
 datafusion/optimizer/src/decorrelate_where_in.rs   | 50 ++++++-------
 2 files changed, 86 insertions(+), 50 deletions(-)