pitrou commented on code in PR #38385: URL: https://github.com/apache/arrow/pull/38385#discussion_r1387746865
########## dev/archery/archery/integration/runner.py: ########## @@ -627,6 +627,11 @@ def run_all_tests(with_cpp=True, with_java=True, with_js=True, description="Ensure Flight SQL extensions work as expected.", skip_testers={"Rust"} ), + Scenario( + "flight_sql:ingestion", + description="Ensure Flight SQL ingestion works as expected.", + skip_testers={"JS", "C#", "Rust", "Java"} + ), Review Comment: Are scenarios documented somewhere or is there a plan to do it? @lidavidm -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org