manishmalhotrawork opened a new issue #174: commons-io dependency is not 
shipped with icerberg-parquet
URL: https://github.com/apache/incubator-iceberg/issues/174
 
 
   while using the Iceberg PR, we see an issue while using insert into.
   
   presto:default> insert into iceberg.default.sample4 values (1, 'foo');
   
   > Query 20190502_231211_00006_4ejma, FAILED, 1 node
   > Splits: 35 total, 1 done (2.86%)
   > 0:01 [0 rows, 0B] [0 rows/s, 0B/s]
   > Query 20190502_231211_00006_4ejma failed: org/apache/commons/io/Charsets
   
   and looks like, this is because of commons-io is not pulled by 
iceberg-parquet module.
   
   Added this to the presto-iceberg to resolve it.
   
   >     <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
   >    <dependency>
   >         <groupId>commons-io</groupId>
   >         <artifactId>commons-io</artifactId>
   >         <version>2.4</version>
   >         <scope>runtime</scope>
   >     </dependency>
   > </dependencies>
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to