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-datafusion.git


    from 7c04964fe Add type coercion for UDFs in logical plan (#3254)
     add 0084aeb68 Add show external tables (#3279)

No new revisions were added by this update.

Summary of changes:
 .../examples/parquet_sql_multiple_files.rs         |  1 +
 datafusion/core/src/datasource/listing/table.rs    | 14 ++++++++++-
 datafusion/core/src/execution/context.rs           | 27 +++++++++++++++++-----
 datafusion/core/tests/sql/information_schema.rs    | 23 ++++++++++++++++++
 datafusion/expr/src/logical_plan/plan.rs           |  2 ++
 datafusion/proto/proto/datafusion.proto            |  1 +
 datafusion/proto/src/logical_plan.rs               |  9 ++++++++
 datafusion/sql/src/parser.rs                       | 14 ++++++++++-
 datafusion/sql/src/planner.rs                      |  2 ++
 9 files changed, 85 insertions(+), 8 deletions(-)

Reply via email to