tustvold commented on code in PR #5742:
URL: https://github.com/apache/arrow-datafusion/pull/5742#discussion_r1149639670
##########
.github/workflows/rust.yml:
##########
@@ -320,6 +320,20 @@ jobs:
- name: Run datafusion-common tests
run: cargo test -p datafusion-common --features=pyarrow
+ vendor:
+ name: Verify Vendored Code
+ runs-on: ubuntu-latest
+ container:
+ image: amd64/rust
+ steps:
+ - uses: actions/checkout@v3
+ - name: Setup Rust toolchain
+ uses: ./.github/actions/setup-builder
+ - name: Run gen
+ run: ./regen.sh
+ working-directory: ./datafusion/proto
Review Comment:
This part shouldn't be necessary, as the script already handles this, but I
suppose it can't hurt
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]