majian1998 opened a new pull request, #17841:
URL: https://github.com/apache/hudi/pull/17841

   ### Describe the issue this Pull Request addresses
   
   hudi-presto-bundle had two Maven Shade relocation rules for the same pattern 
(org.apache.parquet.avro.*). This is redundant (same result with the default 
prefix) and can be confusing/order-dependent when the bootstrap prefix is 
changed by profiles.
   
   ### Summary and Changelog
   
   Simplify shading configuration by keeping a single relocation for 
org.apache.parquet.avro.*.
   
   Removed the duplicated hard-coded relocation to 
org.apache.hudi.org.apache.parquet.avro.*
   Kept the existing relocation using ${presto.bundle.bootstrap.shade.prefix}
   
   ### Impact
   
   NONE
   
   ### Risk Level
   
   low — build-time configuration cleanup only; no runtime logic changes.
   
   ### Documentation Update
   
   none
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Enough context is provided in the sections above
   - [ ] Adequate tests were added if applicable
   


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