AliRana30 commented on code in PR #49171:
URL: https://github.com/apache/arrow/pull/49171#discussion_r2833291129
##########
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:
Got it. Since Java and Go are in separate repos, should I:
1.Wait for those to be merged
2.Then update this PR to remove the C++ skip
Or would you prefer to keep the C++ skip in this PR for now, with a TODO
comment that it can be removed once arrow-java and arrow-go are updated?
--
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]