You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/08/11 16:31:42 UTC

[arrow] branch revert-13852-arrow-10961 created (now 839251df5a)

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

lidavidm pushed a change to branch revert-13852-arrow-10961
in repository https://gitbox.apache.org/repos/asf/arrow.git


      at 839251df5a Revert "DO NOT MERGE: [Integration] Re-enable Rust integration case (#13852)"

This branch includes the following new commits:

     new 839251df5a Revert "DO NOT MERGE: [Integration] Re-enable Rust integration case (#13852)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[arrow] 01/01: Revert "DO NOT MERGE: [Integration] Re-enable Rust integration case (#13852)"

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch revert-13852-arrow-10961
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit 839251df5ac258c84812b2d8aee3089277738693
Author: David Li <li...@gmail.com>
AuthorDate: Thu Aug 11 12:31:36 2022 -0400

    Revert "DO NOT MERGE: [Integration] Re-enable Rust integration case (#13852)"
    
    This reverts commit e2efc87f1b3a55ee115230e5a221c5a6c293871f.
---
 dev/archery/archery/integration/runner.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/archery/archery/integration/runner.py b/dev/archery/archery/integration/runner.py
index 93a31d9bc0..6d6adb3c29 100644
--- a/dev/archery/archery/integration/runner.py
+++ b/dev/archery/archery/integration/runner.py
@@ -430,6 +430,7 @@ def run_all_tests(with_cpp=True, with_java=True, with_js=True,
         Scenario(
             "middleware",
             description="Ensure headers are propagated via middleware.",
+            skip={"Rust"}   # TODO(ARROW-10961): tonic upgrade needed
         ),
         Scenario(
             "flight_sql",