diliulou opened a new issue, #2432:
URL: https://github.com/apache/auron/issues/2432

   **Is your feature request related to a problem? Please describe.**
   <!--
   A clear and concise description of what the problem is. Ex. I'm always 
frustrated when [...]
   -->
   
   currently, auron is using some forked deps under 
https://github.com/auron-project, which is violating ASF constraints and hard 
to be maintained. i'd like to modify these deps to official repos adding 
patches maintained in our repo.
   
   **Describe the solution you'd like**
   <!--
   A clear and concise description of what you want to happen.
   -->
   1. change unofficial deps in Cargo.toml to local paths under 
`dev/vendors/packages/`. currently these packages need to be changed: arrow-rs, 
datafusion, orc-rust, serde-json.
   2. create patches directories for each dependence under 
`dev/vendors/patches/`. patches should be ordered with a increasing seq integer 
like 0001~9999.
   3. add a script `dev/vendors/setup-vendors.sh`, which clones packages from 
offical repos and do the patching.
   4. invoke `setup-vendors.sh` in `build-native.sh` to ensure the packages are 
ready before rust build.
   
   **Describe alternatives you've considered**
   <!--
   A clear and concise description of any alternative solutions or features 
you've considered.
   -->
   
   **Additional context**
   <!--
   Add any other context or screenshots about the feature request here.
   -->
    


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