You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by bl...@apache.org on 2020/05/02 22:26:48 UTC

[parquet-mr] branch master updated: PARQUET-1853: Minimize shaded fastutil in parquet-avro (#790)

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

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


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

commit b835df9cba406c1b2f765c54b21025f7e604c167
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Sun May 3 00:26:38 2020 +0200

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

diff --git a/parquet-avro/pom.xml b/parquet-avro/pom.xml
index f422512..5845a6f 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>