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/11 20:23:32 UTC

[arrow-datafusion] branch main updated (cbccfca959 -> a6dcc2db25)

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 cbccfca959 Minor: Add `DFField.with_nullable(bool)` (#5966)
     add a6dcc2db25 Move error check from pipeline fixer to pipeline checker (#5938)

No new revisions were added by this update.

Summary of changes:
 .../src/physical_optimizer/pipeline_checker.rs     |   4 +-
 .../core/src/physical_optimizer/pipeline_fixer.rs  |  13 +-
 datafusion/core/src/test_util/mod.rs               | 109 ++++++++++++-
 datafusion/core/tests/sql/window.rs                | 181 ++++++++-------------
 4 files changed, 184 insertions(+), 123 deletions(-)