Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-graph
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-graph
Commits
ecfd0389
Commit
ecfd0389
authored
3 weeks ago
by
vlorentz
Browse files
Options
Downloads
Patches
Plain Diff
Switch to released version of orc-rust
parent
8d8b11d5
No related branches found
Branches containing commit
No related tags found
1 merge request
!735
Switch to released version of orc-rust
Pipeline
#14015
canceled
2 weeks ago
Stage: external
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.lock
+3
-2
3 additions, 2 deletions
Cargo.lock
rust/Cargo.toml
+1
-2
1 addition, 2 deletions
rust/Cargo.toml
with
4 additions
and
4 deletions
Cargo.lock
+
3
−
2
View file @
ecfd0389
...
...
@@ -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",
...
...
This diff is collapsed.
Click to expand it.
rust/Cargo.toml
+
1
−
2
View file @
ecfd0389
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment