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 fe2da2b commit d9abdadCopy full SHA for d9abdad
datafusion/execution/src/runtime_env.rs
@@ -66,7 +66,7 @@ impl Debug for RuntimeEnv {
66
}
67
68
impl RuntimeEnv {
69
- #[deprecated(note = "please use `try_new` instead")]
+ #[deprecated(since = "43.0.0", note = "please use `try_new` instead")]
70
pub fn new(config: RuntimeConfig) -> Result<Self> {
71
Self::try_new(config)
72
0 commit comments