Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
discord9 committed Dec 18, 2024
1 parent 7ddca6f commit b5bf610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flow/src/adapter/flownode_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ impl Flownode for FlowWorkerManager {
.collect_vec();
let batch_datatypes = insert_schema
.iter()
.map(|s| from_proto_to_column_schema(s))
.map(from_proto_to_column_schema)
.collect::<std::result::Result<Vec<_>, _>>()
.map_err(to_meta_err)?;
self.handle_write_request(region_id.into(), rows, &batch_datatypes)
Expand Down

0 comments on commit b5bf610

Please sign in to comment.