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

[arrow-datafusion] branch master updated (0820eb987 -> 13dfdd674)

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 0820eb987 Cleanup CI (#5040) (#5047)
     add 13dfdd674 [BugFix] fix explain csv/json/avro exec can not see metrics bug (#5018)

No new revisions were added by this update.

Summary of changes:
 .../core/src/physical_plan/file_format/avro.rs     |  8 +++++--
 .../core/src/physical_plan/file_format/csv.rs      | 26 ++++++++++++++++++++--
 .../src/physical_plan/file_format/file_stream.rs   | 11 +++++----
 .../core/src/physical_plan/file_format/json.rs     |  8 +++++--
 .../core/src/physical_plan/file_format/parquet.rs  |  8 ++-----
 5 files changed, 43 insertions(+), 18 deletions(-)