You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/28 05:48:22 UTC

[GitHub] [arrow-rs] timvw commented on a diff in pull request #1616: Implement Basic FlightSQL Client #1413

timvw commented on code in PR #1616:
URL: https://github.com/apache/arrow-rs/pull/1616#discussion_r860507195


##########
arrow-flight/src/sql/mod.rs:
##########
@@ -18,7 +18,7 @@
 use arrow::error::{ArrowError, Result as ArrowResult};
 use prost::Message;
 
-mod gen {
+pub mod gen {

Review Comment:
   Correct. Updated code accordingly.



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org