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 1bd36cd commit ebec29aCopy full SHA for ebec29a
rust/operator-binary/src/crd/history.rs
@@ -260,7 +260,7 @@ impl v1alpha1::SparkHistoryServer {
260
let role = self.role();
261
let history_jvm_args = construct_history_jvm_args(role, role_group, logdir)
262
.context(ConstructJvmArgumentsSnafu)?;
263
- let mut envs = HashMap::from([
+ let mut envs = BTreeMap::from([
264
// Needed by the `containerdebug` running in the background of the history container
265
// to log it's tracing information to.
266
(
0 commit comments