We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd974b commit f8de1bdCopy full SHA for f8de1bd
Cargo.toml
@@ -11,6 +11,7 @@ version = "0.1.0"
11
edition = "2021"
12
13
[dependencies]
14
+chrono = { version = "0.4.42" }
15
datafusion = { workspace = true }
16
datafusion-proto = { workspace = true }
17
arrow-flight = "55.2.0"
@@ -38,7 +39,6 @@ parquet = { version = "55.2.0", optional = true }
38
39
arrow = { version = "55.2.0", optional = true }
40
tokio-stream = { version = "0.1.17", optional = true }
41
hyper-util = { version = "0.1.16", optional = true }
-chrono = { version = "0.4.42", optional = true }
42
43
[features]
44
integration = [
@@ -49,7 +49,6 @@ integration = [
49
"arrow",
50
"tokio-stream",
51
"hyper-util",
52
- "chrono"
53
]
54
55
tpch = ["integration"]
0 commit comments