ZainnQureshii opened a new pull request, #25666:
URL: https://github.com/apache/datafusion/pull/25666

   ## Which issue does this PR close?
   
   None; small docs fix.
   
   ## Rationale for this change
   
   `datafusion/proto/CONTRIBUTING.md` says `./regen.sh` invokes the Rust binary 
in [gen](./gen), and links there twice. That directory is gone: generation 
moved to `datafusion-proto-models`, and `datafusion/proto/regen.sh` is now a 
wrapper that runs `datafusion/proto-models/regen.sh`, which runs `cargo run 
--manifest-path datafusion/proto-models/gen/Cargo.toml`. So both links 404, and 
a contributor looking for the generator's dependencies is sent to a path that 
doesn't exist.
   
   ## What changes are included in this PR?
   
   Both `./gen` links now point to `../proto-models/gen`.
   
   ## What is the testing strategy for this PR?
   
   Docs only. Checked the target exists at current `main` and followed the 
`regen.sh` chain to confirm it is the binary that actually runs.
   
   ## Are there any user-facing changes?
   
   No.
   
   This PR was prepared with AI assistance (Claude Code). I traced the 
`regen.sh` chain myself.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)
   


-- 
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]

Reply via email to