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

alamb pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


    from f154a9aa3 Fix the potential bug of check_all_column_from_schema (#5287)
     add 22b974fce [sqllogictest] Define output types and check them in tests 
(#5253)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/Cargo.toml                         |   2 +-
 datafusion/core/tests/sqllogictests/README.md      |  11 +-
 .../src/engines/datafusion/create_table.rs         |   3 +-
 .../sqllogictests/src/engines/datafusion/insert.rs |   3 +-
 .../sqllogictests/src/engines/datafusion/mod.rs    |  14 +-
 .../src/engines/datafusion/normalize.rs            |  91 +++++++-----
 .../core/tests/sqllogictests/src/engines/mod.rs    |   1 +
 .../core/tests/sqllogictests/src/engines/output.rs |  57 ++++++++
 .../sqllogictests/src/engines/postgres/mod.rs      | 159 ++++++++++++---------
 datafusion/core/tests/sqllogictests/src/main.rs    |  20 +--
 datafusion/core/tests/sqllogictests/src/output.rs  |  26 ----
 .../tests/sqllogictests/test_files/aggregate.slt   |  88 ++++++------
 .../core/tests/sqllogictests/test_files/dates.slt  |  10 +-
 .../core/tests/sqllogictests/test_files/ddl.slt    |  30 ++--
 .../tests/sqllogictests/test_files/decimal.slt     |  72 +++++-----
 .../tests/sqllogictests/test_files/describe.slt    |   4 +-
 .../tests/sqllogictests/test_files/explain.slt     |   4 +-
 .../test_files/information_schema.slt              |  41 +++---
 .../core/tests/sqllogictests/test_files/misc.slt   |   4 +-
 .../core/tests/sqllogictests/test_files/nullif.slt |  14 +-
 .../core/tests/sqllogictests/test_files/order.slt  |  33 +++--
 .../test_files/pg_compat/pg_compat_simple.slt      |  12 ++
 .../pg_compat/pg_compat_type_coercion.slt          | 126 +---------------
 .../test_files/pg_compat/pg_compat_types.slt       |   8 +-
 .../test_files/pg_compat/pg_compat_union.slt       |   4 +-
 .../test_files/pg_compat/pg_compat_window.slt      |   5 +-
 .../tests/sqllogictests/test_files/prepare.slt     |   2 +-
 .../core/tests/sqllogictests/test_files/scalar.slt |  14 +-
 .../core/tests/sqllogictests/test_files/select.slt |  15 +-
 .../tests/sqllogictests/test_files/timestamps.slt  |  48 +++----
 .../core/tests/sqllogictests/test_files/tpch.slt   |  59 +++-----
 .../core/tests/sqllogictests/test_files/union.slt  |   2 +-
 .../core/tests/sqllogictests/test_files/window.slt |  22 +--
 33 files changed, 492 insertions(+), 512 deletions(-)
 create mode 100644 datafusion/core/tests/sqllogictests/src/engines/output.rs
 delete mode 100644 datafusion/core/tests/sqllogictests/src/output.rs

Reply via email to