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 2022/11/16 19:45:27 UTC

[arrow-datafusion] branch master updated (b935cff81 -> 715ed5dd5)

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 b935cff81 Support binary boolean operators with nulls (#4242)
     add 715ed5dd5 Use defaults for ListingOptions builder (#4243)

No new revisions were added by this update.

Summary of changes:
 benchmarks/src/bin/tpch.rs                         |  3 +--
 .../examples/parquet_sql_multiple_files.rs         |  5 +---
 datafusion/core/src/datasource/listing/table.rs    | 31 +++++++---------------
 .../core/src/datasource/listing_table_factory.rs   |  7 ++---
 datafusion/core/src/execution/options.rs           |  4 ---
 datafusion/core/tests/path_partition.rs            |  5 ++--
 datafusion/core/tests/sql/parquet.rs               | 14 +++++-----
 7 files changed, 23 insertions(+), 46 deletions(-)