adamreeve commented on code in PR #44424:
URL: https://github.com/apache/arrow/pull/44424#discussion_r1802048694


##########
dev/archery/archery/integration/runner.py:
##########
@@ -669,6 +669,12 @@ def append_tester(implementation, tester):
                          "RenewFlightEndpoint are working as expected."),
             skip_testers={"JS", "C#", "Rust"},
         ),
+        Scenario(
+            "do_exchange:echo",
+            description=("Test the do_exchange method by "
+                         "echoing data back to the client."),
+            skip_testers={"Go", "Java", "JS", "Rust"},

Review Comment:
   I have a Java implementation working too but think that should be a separate 
PR.



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