-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update arrow-rs deps to latest master #216
Conversation
ce3cb51
to
051d323
Compare
Codecov Report
@@ Coverage Diff @@
## master #216 +/- ##
=======================================
Coverage 76.39% 76.39%
=======================================
Files 134 134
Lines 23206 23206
=======================================
Hits 17728 17728
Misses 5478 5478 Continue to review full report at Codecov.
|
@@ -0,0 +1,83 @@ | |||
#!/usr/bin/env python |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am sorry if this causes 👁️ 🩸
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks a lot for this.
Looks good 💯. I am wondering what the process for doing releases to crates.io is going to be? In that case we need to use release versions. |
@Dandandan -- I would like to get to the point where we do much more frequent arrow releases (like maybe weekly) and then datafusion will just pick them up automatically I was imagining, for example, releasing But I don't really have a plan / sorted out a process for doing this yet -- @andygrove have you given the matter much thought? |
@alamb I agree that we want frequent releases. I have not had much time to think about what we do next. We should collaborate on a process in the google doc we have going for the migration as next step? |
I agree @andygrove if you haven't had a chance, when I next get some time I will make a doc |
Update to the latest arrow-rs master along with a script to automate the process
Rationale for this change
Get the latest and greatest Arrow, and add a script to make it easier to do in the future
What changes are included in this PR?
Example
python update_arrow_deps.py Updating files in /Users/alamb/Software/arrow-datafusion to use sha ed00e4d4a160cd5182bfafb81fee2240ec005014 updating /Users/alamb/Software/arrow-datafusion/Cargo.toml updating /Users/alamb/Software/arrow-datafusion/ballista/rust/core/Cargo.toml updating /Users/alamb/Software/arrow-datafusion/ballista/rust/scheduler/Cargo.toml updating /Users/alamb/Software/arrow-datafusion/ballista/rust/executor/Cargo.toml updating /Users/alamb/Software/arrow-datafusion/ballista/rust/client/Cargo.toml updating /Users/alamb/Software/arrow-datafusion/datafusion/Cargo.toml updating /Users/alamb/Software/arrow-datafusion/datafusion-examples/Cargo.toml updating /Users/alamb/Software/arrow-datafusion/benchmarks/Cargo.toml