pitrou commented on code in PR #38385:
URL: https://github.com/apache/arrow/pull/38385#discussion_r1388051219


##########
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:
   Either a subsection in 
https://arrow.apache.org/docs/dev/format/Integration.html or a separate page 
dedicated to Flight integration testing?



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