This is an automated email from the ASF dual-hosted git repository.

gabor pushed a commit to branch parquet-1.11.x
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/parquet-1.11.x by this push:
     new cf835b9  PARQUET-1853: Minimize shaded fastutil in parquet-avro (#790)
cf835b9 is described below

commit cf835b9b665cff0afb310ff7dbfd9402e81ae371
Author: Fokko Driesprong <[email protected]>
AuthorDate: Sun May 3 00:26:38 2020 +0200

    PARQUET-1853: Minimize shaded fastutil in parquet-avro (#790)
    
    
    (cherry picked from commit b835df9cba406c1b2f765c54b21025f7e604c167)
---
 parquet-avro/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parquet-avro/pom.xml b/parquet-avro/pom.xml
index 99cc291..c55cda5 100644
--- a/parquet-avro/pom.xml
+++ b/parquet-avro/pom.xml
@@ -170,6 +170,7 @@
         <executions>
           <execution>
             <configuration combine.self="override">
+              <minimizeJar>true</minimizeJar>
               <artifactSet>
                 <includes>
                   <include>it.unimi.dsi:fastutil</include>

Reply via email to