avantgardnerio commented on code in PR #3333:
URL: https://github.com/apache/arrow-datafusion/pull/3333#discussion_r962394659
##########
.github/workflows/rust.yml:
##########
@@ -277,7 +277,9 @@ jobs:
rustup default stable
rustup component add rustfmt
- name: Run
- run: ci/scripts/rust_fmt.sh
+ run: |
+ echo '' > datafusion/proto/src/generated/datafusion.rs
Review Comment:
The CI jobs are parallelized, so `Lint` doesn't get a copy of the files
generated by `Build`, but lint did complain I did a `mod datafusion` for a file
that didn't exist. Since this is a CI-only issue, this seemed like an
acceptable fix for CI ... ?
--
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]