We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf51bab commit d8bc7e2Copy full SHA for d8bc7e2
datafusion/core/src/execution/session_state.rs
@@ -249,7 +249,7 @@ impl Session for SessionState {
249
impl SessionState {
250
/// Returns new [`SessionState`] using the provided
251
/// [`SessionConfig`] and [`RuntimeEnv`].
252
- #[deprecated(since = "40.0.0", note = "Use SessionStateBuilder")]
+ #[deprecated(since = "41.0.0", note = "Use SessionStateBuilder")]
253
pub fn new_with_config_rt(config: SessionConfig, runtime: Arc<RuntimeEnv>) -> Self {
254
SessionStateBuilder::new()
255
.with_config(config)
0 commit comments