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/12/04 15:56:10 UTC

[arrow-datafusion] branch master updated (b5b50ba5c -> a2bc49922)

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 b5b50ba5c Support `insert into` statement in sqllogictest (#4496)
     add a2bc49922 Add empty string normalization to sqllogictests (#4501)

No new revisions were added by this update.

Summary of changes:
 datafusion/core/tests/sqllogictests/src/main.rs    |  8 ++-
 .../core/tests/sqllogictests/src/normalize.rs      | 77 ++++++++++++++++++++++
 .../test_files/information_schema.slt              |  2 +-
 .../sqllogictests/test_files/{cte.slt => misc.slt} |  9 ++-
 4 files changed, 90 insertions(+), 6 deletions(-)
 create mode 100644 datafusion/core/tests/sqllogictests/src/normalize.rs
 copy datafusion/core/tests/sqllogictests/test_files/{cte.slt => misc.slt} (78%)