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 359a380 commit 305bf8eCopy full SHA for 305bf8e
Cargo.toml
@@ -22,7 +22,11 @@ edition = "2024"
22
description = "Extra Functions for DataFusion"
23
readme = "README.md"
24
license = "Apache-2.0"
25
-keywords = ["aggregations", "datafusion", "functions-extra"]
+keywords = [
26
+ "aggregations",
27
+ "datafusion",
28
+ "functions-extra",
29
+]
30
repository = "https://github.com/datafusion-contrib/datafusion-functions-extra/"
31
32
[dependencies]
@@ -40,11 +44,15 @@ tokio = "1.47"
40
44
41
45
[dev-dependencies.arrow]
42
46
default-features = false
43
-features = ["test_utils"]
-version = "56.0"
47
+features = [
48
+ "test_utils",
49
50
+version = "55.0"
51
52
[dev-dependencies.insta]
-features = ["yaml"]
53
54
+ "yaml",
55
56
version = "1.43"
57
58
[[bench]]
0 commit comments