Fokko commented on PR #3322:
URL: https://github.com/apache/parquet-java/pull/3322#issuecomment-3319985983

   I agree that it doesn't make sense to shade `package-info.class`, maybe we 
should completely remove it:
   
   ```xml
   <filters>
     <filter>
       <artifact>*:*</artifact>
       <excludes>
         <exclude>**/package-info.class</exclude>
       </excludes>
     </filter>
   </filters>
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to