-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Unvendor archery, clean up old files in dev #580
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #580 +/- ##
=======================================
Coverage 76.02% 76.02%
=======================================
Files 156 156
Lines 27063 27063
=======================================
Hits 20575 20575
Misses 6488 6488 Continue to review full report at Codecov.
|
590b85d to
9361e01
Compare
dc79917 to
cb0560b
Compare
|
This may also need this change: https://github.com/apache/arrow-rs/pull/482/files (as apparently the apache licence header check / RAT was calling archery) |
|
I think this is a nice change -- however, it seems to delete everything in @andygrove @edrevo is there some place we can figure out what is used by Ballista? |
|
everything under |
6382b98 to
f9fae20
Compare
i have brought back these files |
alamb
left a comment
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 think this is a good change. Thank you @jimexist
f9fae20 to
5767015
Compare
|
My apologies to anyone for whom this messes up their workflow. Onward! 🚀 |
* refactor: Remove method get_global_jclass The method uses unsafe code to cast a value to a static lifetime using std::mem::transmute. But none of users of the method actually seems to depend on this lifetime extention. So to me it seems better to just call the underlying `find_class` method and delete the unsafe code. * Apply suggestions from code review Remove no longer needed comments. Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com> --------- Co-authored-by: Liang-Chi Hsieh <viirya@gmail.com>
* Add ASF attribution and update docs README * Fix formatting * Fix unit test * Undo changes in functions & tests and requirements.txt
Which issue does this PR close?
Closes #.
following the changes at apache/arrow-rs#459
Rationale for this change
install https://arrow.apache.org/docs/developers/archery.html from GitHub repo
What changes are included in this PR?
Are there any user-facing changes?