AliRana30 commented on code in PR #49171:
URL: https://github.com/apache/arrow/pull/49171#discussion_r2834202253
##########
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:
Thanks for the guidance! I'll go with option of removing CancelQuery from
this PR to get the other deprecations merged faster.
I'll remove the CancelQuery changes and revert the integration test skip
until this PR , so it gets merged and does'nt create mess of the tests and
changes.
--
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]