lidavidm commented on code in PR #13492:
URL: https://github.com/apache/arrow/pull/13492#discussion_r950284675


##########
dev/archery/archery/integration/runner.py:
##########
@@ -435,6 +435,11 @@ def run_all_tests(with_cpp=True, with_java=True, 
with_js=True,
             description="Ensure Flight SQL protocol is working as expected.",
             skip={"Rust"}
         ),
+        Scenario(
+            "flight_sql:extension",
+            description="Ensure Flight SQL extensions work as expected.",
+            skip={"Rust", "Go"}

Review Comment:
   It's up to you - though let me take a look at CI here



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to