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/11/16 21:35:42 UTC

[arrow-datafusion] branch master updated (88c12013c -> 74199d632)

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 88c12013c Avoid error with empty iterators used for `ScalarValue::iter_to_array` (#4206)
     add 74199d632 Support `create table` with explicit column definitions (#4194)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/tests/sql/create_drop.rs | 65 +++++++++++++++++++++
 datafusion/sql/src/planner.rs            | 97 +++++++++++++++++++++-----------
 2 files changed, 128 insertions(+), 34 deletions(-)