Skip to content

Commit acffa82

Browse files
committed
Fix test build issue
1 parent a36de0f commit acffa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/hdfs_controller.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ properties: []
904904
let validated_config = validate_all_roles_and_groups_config(
905905
"3.4.0",
906906
&config,
907-
&ProductConfigManager::from_str(product_config).unwrap(),
907+
&product_config.parse::<ProductConfigManager>().unwrap(),
908908
false,
909909
false,
910910
)

0 commit comments

Comments
 (0)