refactor: pass LogicalPlan to promql execution interceptor (#4937)

This commit is contained in:
LFC
2024-11-05 16:49:05 +08:00
committed by GitHub
parent a8b426aebe
commit 2e9737c01d
7 changed files with 30 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ mysql_async = { version = "0.33", default-features = false, features = [
"default-rustls",
] }
object-store.workspace = true
operator.workspace = true
operator = { workspace = true, features = ["testing"] }
prost.workspace = true
query.workspace = true
rstest.workspace = true