You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2020/08/10 14:16:02 UTC

[arrow] branch master updated (1c375b5 -> a84e7b0)

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

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


    from 1c375b5  ARROW-9631: [Rust] Make arrow not depend on flight
     add a84e7b0  ARROW-9652: [Rust][DataFusion] Error message rather than panic for external csv tables with no column defs

No new revisions were added by this update.

Summary of changes:
 rust/datafusion/src/error.rs             |   1 -
 rust/datafusion/src/execution/context.rs |  80 ++----------------
 rust/datafusion/src/sql/parser.rs        |  43 +++++-----
 rust/datafusion/src/sql/planner.rs       | 136 +++++++++++++++++++++++++++++--
 4 files changed, 162 insertions(+), 98 deletions(-)