We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb269c commit 470b9aeCopy full SHA for 470b9ae
1 file changed
native/spark-expr/Cargo.toml
@@ -33,10 +33,8 @@ datafusion = { workspace = true }
33
chrono-tz = { workspace = true }
34
num = { workspace = true }
35
regex = { workspace = true }
36
-serde = { version = "1.0", features = ["derive"] }
37
# preserve_order: needed for get_json_object to match Spark's JSON key ordering
38
serde_json = { version = "1.0", features = ["preserve_order"] }
39
-thiserror = { workspace = true }
40
datafusion-comet-common = { workspace = true }
41
futures = { workspace = true }
42
twox-hash = "2.1.2"
0 commit comments