mikelui opened a new pull request, #35135:
URL: https://github.com/apache/arrow/pull/35135

   ### Rationale for this change
   
   See #35134
   
   This change avoids potential symbol collisions when linking Arrow within 
other libraries.
   
   ### What changes are included in this PR?
   
   * an `update.sh` script to 
     * automatically pull a new version, 
     * apply the namespace change, 
     * apply a custom patch for seemingly Gandiva (15137e2)
       * this patch will break in future versions of double-conversion, but it 
is at least documented in the update script
   * the update script is run for the current version 
   
   ### Are these changes tested?
   
   Yes. Built and tests run
   
   ### Are there any user-facing changes?
   
   Only if users used to depend on using the internal vendored 
double-conversion libraries for their own code. In such a case, when they 
upgrade, they would have to specify the `arrow_vendored` namespace. 


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