Skip to content

Commit fb27ee2

Browse files
pavlosptCopilot
andauthored
Update crates/fluss/src/metadata/json_serde.rs
Co-authored-by: Copilot <[email protected]>
1 parent 21a424a commit fb27ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/fluss/src/metadata/json_serde.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ impl JsonSerde for DataField {
292292
.to_string();
293293

294294
let field_type_node = node
295-
.get(Self::FIELD_TYPE)
295+
.get(Self::FIELD_TYPE)
296296
.ok_or_else(|| JsonSerdeError(format!("Missing required field: {}", Self::FIELD_TYPE)))?;
297297

298298
let data_type = DataType::deserialize_json(field_type_node)?;

0 commit comments

Comments
 (0)