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/26 19:06:09 UTC

[arrow-datafusion] branch master updated (bc9b78d95 -> 556fffbf2)

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 bc9b78d95 Release 17.0.0 (#5073)
     add 556fffbf2 Implemented a ReadOptions trait for cleaner code. (#5025)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/datasource/listing/table.rs |  10 +-
 datafusion/core/src/execution/context.rs        | 120 ++++------------
 datafusion/core/src/execution/options.rs        | 184 ++++++++++++++++++------
 datafusion/core/tests/sql/parquet.rs            |   2 +-
 datafusion/core/tests/sql/window.rs             |   1 +
 5 files changed, 178 insertions(+), 139 deletions(-)