sunng87 opened a new pull request, #3926:
URL: https://github.com/apache/arrow-rs/pull/3926

   # Which issue does this PR close?
   
   Closes #3876.
   
   # Rationale for this change
    
   As mentioned in #3876 , the pinned version of build dependencies are causing 
version conflicts when there is a newer version in the same project.
   
   # What changes are included in this PR?
   
   This patch makes our source generation independent from cargo build process. 
 It follows a great practice from https://stackoverflow.com/a/53728256 . In 
this patch, source code generation are moved to a separated binary `gen-source`.
   
   When we want to update the source code, simply run script `./gen-source.sh`. 
Since our previous update process is also manual, the developer experience 
should be similar or even better .
   
   # Are there any user-facing changes?
   
   No.
   


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

Reply via email to