You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/06/10 07:51:00 UTC

[arrow-rs] branch master updated (23acd5549 -> bd3348954)

This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


    from 23acd5549 fix annotation (#1831)
     add bd3348954 add parquet-fromcsv (#1) (#1798)

No new revisions were added by this update.

Summary of changes:
 dev/release/rat_exclude_files.txt        |   1 +
 parquet/Cargo.toml                       |   6 +-
 parquet/src/bin/parquet-fromcsv-help.txt |  67 ++++
 parquet/src/bin/parquet-fromcsv.rs       | 633 +++++++++++++++++++++++++++++++
 4 files changed, 706 insertions(+), 1 deletion(-)
 create mode 100644 parquet/src/bin/parquet-fromcsv-help.txt
 create mode 100644 parquet/src/bin/parquet-fromcsv.rs