Skip to content

Commit

Permalink
Update op-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Dec 9, 2024
1 parent 5f9f929 commit 240e4f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions rust/operator-binary/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,7 @@ pub fn build_bootstrap_conf(
}

let mut merged_java_config = java_common_config.clone();
merged_java_config.merge(&JavaCommonConfig {
jvm_argument_overrides: jvm_args,
});
merged_java_config.merge(&JavaCommonConfig::new(jvm_args));

for (index, (key, value)) in merged_java_config
.effective_jvm_config()
Expand Down

0 comments on commit 240e4f8

Please sign in to comment.