kou commented on code in PR #49171:
URL: https://github.com/apache/arrow/pull/49171#discussion_r2830765196


##########
dev/archery/archery/integration/runner.py:
##########
@@ -721,7 +721,7 @@ def run_all_tests(testers: List[Tester], other_testers: 
List[Tester],
         Scenario(
             "flight_sql:extension",
             description="Ensure Flight SQL extensions work as expected.",
-            skip_testers={"Rust", ".NET"}
+            skip_testers={"Rust", ".NET", "C++"}

Review Comment:
   Can we update the Java and Go implementations instead of skipping C++ tests? 
If we skip the C++ implementation, non `CancelQuery` tests are also skipped, 
right?



-- 
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