alamb commented on code in PR #12139:
URL: https://github.com/apache/datafusion/pull/12139#discussion_r1729397480
##########
datafusion/core/src/execution/mod.rs:
##########
@@ -19,6 +19,8 @@
pub mod context;
pub mod session_state;
+pub use session_state::{SessionState, SessionStateBuilder};
Review Comment:
this makes it possible to do
```rust
use datafusion::execution::SessionStateBuilder;
```
--
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]