Skip to content
Snippets Groups Projects
Commit ecfd0389 authored by vlorentz's avatar vlorentz
Browse files

Switch to released version of orc-rust

parent 8d8b11d5
No related branches found
No related tags found
1 merge request!735Switch to released version of orc-rust
Pipeline #14015 canceled
......@@ -2763,8 +2763,9 @@ dependencies = [
[[package]]
name = "orc-rust"
version = "0.5.0"
source = "git+https://github.com/progval/orc-rust.git?rev=9d7d438cf41dea3457c3821d062163c369d6ef2a#9d7d438cf41dea3457c3821d062163c369d6ef2a"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f01688d5de2487622d46956dfbcb52ec2f08b65b5e047688db5a24e063bc39"
dependencies = [
"arrow",
"bytemuck",
......
......@@ -47,8 +47,7 @@ mimalloc = { version = "0.1", default-features = false, optional = true }
# compression
arrow = { version = "53.1.0", optional = true }
arrow-array = { version = "53.1.0", optional = true }
orc-rust = { git = "https://github.com/progval/orc-rust.git", rev = "9d7d438cf41dea3457c3821d062163c369d6ef2a", optional = true, default-features = false } # v0.5.0 which allows configuring time units + bug fixes, plus https://github.com/datafusion-contrib/orc-rust/pull/12 (relax arrow version) + https://github.com/datafusion-contrib/orc-rust/pull/36 (fix decoding timestamps) + https://github.com/datafusion-contrib/orc-rust/pull/13 (avoid unnecessary null buffers, needed by ar_row)
#orc-rust = { version = "0.3.1", optional = true, default-features = false }
orc-rust = { version = "0.6.0", optional = true, default-features = false }
ar_row = { version = "1.0.0", optional = true }
ar_row_derive = { version = "1.0.0", optional = true }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment