voonhous commented on code in PR #17841:
URL: https://github.com/apache/hudi/pull/17841#discussion_r2686937919


##########
packaging/hudi-presto-bundle/pom.xml:
##########
@@ -104,11 +104,6 @@
                   <pattern>org.objenesis.</pattern>
                   <shadedPattern>org.apache.hudi.org.objenesis.</shadedPattern>
                 </relocation>
-
-                <relocation>
-                  <pattern>org.apache.parquet.avro.</pattern>
-                  
<shadedPattern>org.apache.hudi.org.apache.parquet.avro.</shadedPattern>

Review Comment:
   The duplicated shade pattern is shading with a presto prefix. Not sure if 
the duplication is intentional such that it falls into the correct scope during 
shading.
   
   Can you please help to confirm?



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