davisp commented on issue #6546: URL: https://github.com/apache/arrow-rs/issues/6546#issuecomment-2529496920
So I've spent most of today trying to get the archery integration flight_sql test running against a Rust FlightSQL server. I've managed to get C++ and Go running against the Rust version (though it blows up because I've left all methods unimplemented) but it at least shows its not super crazy to get things started. Going with Docker once the Rust version has been implemented will likely be a good idea. However, I can't for the life of me find some description of what these tests are actually expected to be doing. The Go and C++ runners manage to blow up because the test server is completely unimplemented. Skimming through the versions of the test server in Go and C++, I'm just seeing lots of hard coded values and expectations which I'm not gonna spend my time on reverse engineering. If anyone is interested in the Rust work, I've pushed it all to a branch here: https://github.com/apache/arrow-rs/compare/main...davisp:arrow-rs:run-apache-archery-integration-flight-sql -- 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]
