alamb commented on code in PR #17070:
URL: https://github.com/apache/datafusion/pull/17070#discussion_r2260873196


##########
datafusion/common/src/lib.rs:
##########
@@ -83,6 +83,9 @@ pub use functional_dependencies::{
 use hashbrown::hash_map::DefaultHashBuilder;
 pub use join_type::{JoinConstraint, JoinSide, JoinType};
 pub use null_equality::NullEquality;
+#[cfg(feature = "object_store")]
+/// Reexport object_store crate
+pub use object_store;

Review Comment:
   I agree -- the pub export in the main `datafusion` crate is sufficient



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to