Skip to content

Commit

Permalink
Update src/query/service/src/pipelines/executor/executor_graph.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Winter Zhang <[email protected]>
  • Loading branch information
xudong963 and zhang2014 authored Dec 11, 2023
1 parent 31861bb commit 3f8a04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/service/src/pipelines/executor/executor_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ enum State {
Finished,
}

#[derive(Debug, Clone)]
#[derive(Debug)]
struct EdgeInfo {
input_index: usize,
output_index: usize,
Expand Down

0 comments on commit 3f8a04b

Please sign in to comment.