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 2023/06/16 10:44:35 UTC

[arrow-datafusion] branch main updated: Rename integration tests to match crate they are defined in (#6687)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3ce75b3fa9 Rename integration tests to match crate they are defined in (#6687)
3ce75b3fa9 is described below

commit 3ce75b3fa98d332d19a8692ad3349b51df4a9377
Author: Andrew Lamb <an...@nerdnetworks.org>
AuthorDate: Fri Jun 16 06:44:30 2023 -0400

    Rename integration tests to match crate they are defined in (#6687)
---
 datafusion/core/tests/{sql_integration.rs => core_integration.rs}         | 0
 .../optimizer/tests/{integration-test.rs => optimizer_integration.rs}     | 0
 datafusion/sql/tests/{integration_test.rs => sql_integration.rs}          | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/datafusion/core/tests/sql_integration.rs b/datafusion/core/tests/core_integration.rs
similarity index 100%
rename from datafusion/core/tests/sql_integration.rs
rename to datafusion/core/tests/core_integration.rs
diff --git a/datafusion/optimizer/tests/integration-test.rs b/datafusion/optimizer/tests/optimizer_integration.rs
similarity index 100%
rename from datafusion/optimizer/tests/integration-test.rs
rename to datafusion/optimizer/tests/optimizer_integration.rs
diff --git a/datafusion/sql/tests/integration_test.rs b/datafusion/sql/tests/sql_integration.rs
similarity index 100%
rename from datafusion/sql/tests/integration_test.rs
rename to datafusion/sql/tests/sql_integration.rs