mbrobbel commented on code in PR #3099:
URL: https://github.com/apache/arrow-adbc/pull/3099#discussion_r2195531070


##########
rust/core/src/driver_manager.rs:
##########
@@ -161,8 +170,20 @@ struct ManagedDriverInner {
     _library: Option<libloading::Library>,
 }
 
+#[derive(Default)]
+#[allow(dead_code)]

Review Comment:
   If we aren't using those fields maybe we should 1) add `pub` methods that 
return them 2) mark them `pub` or 3) remove them?



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

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

Reply via email to