Skip to content

Commit

Permalink
chore(executor): add some time tracking log
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang2014 committed May 27, 2024
1 parent 21b36a9 commit 22d63f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/pipeline/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ databend-common-expression = { path = "../../expression" }
async-backtrace = { workspace = true }
async-trait = { workspace = true }
futures = { workspace = true }
log = "0.4.21"
minitrace = { workspace = true }
petgraph = "0.6.2"
serde = { workspace = true }
log = "0.4.21"

[dev-dependencies]
serde = { workspace = true }
Expand Down

0 comments on commit 22d63f0

Please sign in to comment.