Jefffrey opened a new pull request, #22977:
URL: https://github.com/apache/datafusion/pull/22977
When I run `./datafusion/proto-models/regen.sh` from repository root off
main, I'm getting a dirty git state like so:
```sh
datafusion (main)$ ./datafusion/proto-models/regen.sh
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
Running `/Users/jeffrey/.cargo_target_cache/debug/gen`
Copying datafusion/proto-models/src/datafusion.rs to
datafusion/proto-models/src/generated/prost.rs
datafusion (main)$ git status
On branch main
Your branch is up to date with 'upstream/main'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
datafusion/proto-models/proto/proto_descriptor.bin
datafusion/proto-models/src/datafusion.rs
datafusion/proto-models/src/datafusion.serde.rs
datafusion/proto-models/src/datafusion_common.rs
nothing added to commit but untracked files present (use "git add" to track)
```
Copying over the `.gitignore` from `proto` to fix this
https://github.com/apache/datafusion/blob/2282d23d4ff0af91463b63aa99cd793635ecef8e/datafusion/proto/.gitignore#L1-L5
Related PR:
- #21929
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]