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 d91ce06 commit c6a95caCopy full SHA for c6a95ca
datafusion/physical-expr/Cargo.toml
@@ -41,7 +41,7 @@ unicode_expressions = ["unicode-segmentation"]
41
[dependencies]
42
ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] }
43
arrow = { version = "26.0.0", features = ["prettyprint", "dyn_cmp_dict"] }
44
-arrow-buffer = "26.0.0"
+arrow-buffer = "27.0.0"
45
arrow-schema = "26.0.0"
46
blake2 = { version = "^0.10.2", optional = true }
47
blake3 = { version = "1.0", optional = true }
0 commit comments