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/15 16:55:09 UTC

[arrow-datafusion] branch master updated (2a1c014c1 -> c9361e021)

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 2a1c014c1 Improve error message for regexp_match 'g' flag (#4203)
     add c9361e021 Provide a builder for ListingOptions with fixups (#4207)

No new revisions were added by this update.

Summary of changes:
 benchmarks/src/bin/tpch.rs                         |  13 +--
 .../examples/parquet_sql_multiple_files.rs         |  13 +--
 datafusion/core/src/datasource/listing/table.rs    | 129 +++++++++++++++++----
 .../core/src/datasource/listing_table_factory.rs   |  13 +--
 datafusion/core/src/execution/context.rs           |  14 +--
 datafusion/core/src/execution/options.rs           |  53 ++++-----
 datafusion/core/tests/path_partition.rs            |  12 +-
 datafusion/proto/src/logical_plan.rs               |  14 +--
 8 files changed, 160 insertions(+), 101 deletions(-)