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


##########
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:
   The **flight_sql:extension** scenario tests the **CancelQuery** action, 
which this PR removes from C++ (it was deprecated in v13.0.0, **August 2023**).
   
   C++ now uses **[CancelFlightInfo]** instead, which is the replacement API. 
However, other languages (Java, Go) still implement the old CancelQuery action.
   
   Without this skip, the integration tests fail with:
   Action not implemented: CancelQuery rpc error: code = Unimplemented desc = 
Action not implemented: CancelQuery
   
   Since C++ no longer supports the deprecated **CancelQuery** action being 
tested in this scenario, it needs to be skipped from cross-language testing for 
this specific scenario.



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