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/12/07 11:24:53 UTC

[arrow-datafusion] branch master updated (cedb05aed -> 61a6c89dc)

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 cedb05aed `date_part` support fractions of second (#4385)
     add 61a6c89dc Avoid reading the entire file in ChunkedStore (#4525)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/src/datasource/listing/url.rs      |  12 +-
 .../core/src/physical_plan/file_format/avro.rs     |  26 ++++-
 .../src/physical_plan/file_format/chunked_store.rs |  96 ++++++++++++----
 .../core/src/physical_plan/file_format/csv.rs      |  85 +++++++-------
 .../physical_plan/file_format/delimited_stream.rs  |  65 ++++++++---
 .../core/src/physical_plan/file_format/json.rs     | 127 +++++++++++----------
 6 files changed, 269 insertions(+), 142 deletions(-)