Skip to content

Commit d9abdad

Browse files
authored
Minor: add version to RuntimeEnv::new deprecation message (#13537)
1 parent fe2da2b commit d9abdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/execution/src/runtime_env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl Debug for RuntimeEnv {
6666
}
6767

6868
impl RuntimeEnv {
69-
#[deprecated(note = "please use `try_new` instead")]
69+
#[deprecated(since = "43.0.0", note = "please use `try_new` instead")]
7070
pub fn new(config: RuntimeConfig) -> Result<Self> {
7171
Self::try_new(config)
7272
}

0 commit comments

Comments
 (0)