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


##########
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:
   We don't need to make it pub as we `pub use gen::* `



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