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

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


    from f84fe2a  ARROW-8907: [Rust] Implement scalar comparison operations
     add 494e7a9  ARROW-8906: [Rust] [DataFusion] support schema inference from 
multiple CSV files

No new revisions were added by this update.

Summary of changes:
 rust/.gitignore                                    |   4 +-
 rust/arrow/Cargo.toml                              |   1 +
 rust/arrow/src/csv/mod.rs                          |   2 +-
 rust/arrow/src/csv/reader.rs                       |  95 ++++++-
 rust/arrow/src/datatypes.rs                        | 301 +++++++++++++++++++++
 rust/arrow/src/error.rs                            |   2 +
 rust/datafusion/src/execution/physical_plan/csv.rs |   7 +-
 7 files changed, 398 insertions(+), 14 deletions(-)

Reply via email to