fix: session features (#2084)

This commit is contained in:
Vanish
2023-08-02 21:39:17 +08:00
committed by GitHub
parent c55841988e
commit e3a079a142
3 changed files with 3 additions and 0 deletions

View File

@@ -76,3 +76,4 @@ client = { path = "../client" }
common-test-util = { path = "../common/test-util" }
common-query = { path = "../common/query" }
datafusion-common.workspace = true
session = { path = "../session", features = ["testing"] }

View File

@@ -26,3 +26,4 @@ common-telemetry = { path = "../common/telemetry" }
[dev-dependencies]
tokio.workspace = true
query = { path = "../query" }
session = { path = "../session", features = ["testing"] }

View File

@@ -76,6 +76,7 @@ log-store = { path = "../log-store" }
mito = { path = "../mito", features = ["test"] }
ron = "0.7"
serde = { version = "1.0", features = ["derive"] }
session = { path = "../session", features = ["testing"] }
storage = { path = "../storage" }
tokio-test = "0.4"
criterion = { version = "0.4", features = ["html_reports", "async_tokio"] }