Skip to content

Commit d8bc7e2

Browse files
authored
Bump deprecated version of SessionState::new_with_config_rt to 41.0.0 (#11839)
SessionState::new_with_config_rt was deprecated in favor of SessionStateBuilder in #11403 which is not shipped in 40.x.
1 parent bf51bab commit d8bc7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/core/src/execution/session_state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ impl Session for SessionState {
249249
impl SessionState {
250250
/// Returns new [`SessionState`] using the provided
251251
/// [`SessionConfig`] and [`RuntimeEnv`].
252-
#[deprecated(since = "40.0.0", note = "Use SessionStateBuilder")]
252+
#[deprecated(since = "41.0.0", note = "Use SessionStateBuilder")]
253253
pub fn new_with_config_rt(config: SessionConfig, runtime: Arc<RuntimeEnv>) -> Self {
254254
SessionStateBuilder::new()
255255
.with_config(config)

0 commit comments

Comments
 (0)