Skip to content

Conversation

@kszucs
Copy link
Member

@kszucs kszucs commented Jun 15, 2021

Which issue does this PR close?

Closes #.

Rationale for this change

Instead of vendoring Archery to the arrow-rs repository we should rather clone arrow and install it from there so future updates will be available downstream.

What changes are included in this PR?

Are there any user-facing changes?

--event-name ${{ github.event_name }} \
--event-payload ${{ github.event_path }}
autotune:
Copy link
Member Author

@kszucs kszucs Jun 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that this is useful for the rust implementation.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree -- I didn't even know it was there lol

python-version: 3.8
- name: Install Archery and Crossbow dependencies
run: pip install -e arrow/dev/archery[bot]
run: pip install -e dev/archery[bot]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keeping the comment bot for the time being.

ci/etc/*.patch
ci/vcpkg/*.patch
CHANGELOG.md
dev/requirements*.txt
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These files only exist in the arrow repository.

@codecov-commenter
Copy link

codecov-commenter commented Jun 15, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.64%. Comparing base (d41ca5f) to head (b7dc9f6).
Report is 2911 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #459   +/-   ##
=======================================
  Coverage   82.64%   82.64%           
=======================================
  Files         164      164           
  Lines       45508    45508           
=======================================
+ Hits        37608    37609    +1     
+ Misses       7900     7899    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kszucs kszucs requested review from alamb and jorgecarleitao June 15, 2021 10:29
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I looked at the integration tests: https://github.com/apache/arrow-rs/pull/459/checks?check_run_id=2827970303

and the RAT: https://github.com/apache/arrow-rs/runs/2827970245?check_suite_focus=true

Looks like it is working well to me 👍

Thank you @kszucs

--event-name ${{ github.event_name }} \
--event-payload ${{ github.event_path }}
autotune:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree -- I didn't even know it was there lol

name: Lint C++, Python, R, Rust, Docker, RAT

rat:
name: Release Audit Tool (RAT)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Today I learned: "RAT" = "Release Audit Tool" 👍

Copy link
Member

@jorgecarleitao jorgecarleitao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Thank you!

@jorgecarleitao jorgecarleitao merged commit ca3240a into apache:master Jun 16, 2021
@jimexist
Copy link
Member

maybe we can do the same to datafusion repo?

@alamb
Copy link
Contributor

alamb commented Jun 17, 2021

maybe we can do the same to datafusion repo?

Sounds like a good idea to me

@kszucs
Copy link
Member Author

kszucs commented Jun 17, 2021

Seems like there is plenty of stuff which we could remove from dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants