zeroshade commented on code in PR #13492:
URL: https://github.com/apache/arrow/pull/13492#discussion_r950263594


##########
dev/archery/archery/integration/runner.py:
##########
@@ -435,6 +435,11 @@ def run_all_tests(with_cpp=True, with_java=True, 
with_js=True,
             description="Ensure Flight SQL protocol is working as expected.",
             skip={"Rust"}
         ),
+        Scenario(
+            "flight_sql:extension",
+            description="Ensure Flight SQL extensions work as expected.",
+            skip={"Rust", "Go"}

Review Comment:
   should i wait until this gets merged before implementing this in Go? or 
should i contribute it to this RFC?



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