You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/01/04 00:42:46 UTC

[GitHub] [incubator-iceberg] edgarRd commented on a change in pull request #227: ORC column map fix

edgarRd commented on a change in pull request #227: ORC column map fix
URL: https://github.com/apache/incubator-iceberg/pull/227#discussion_r363003183
 
 

 ##########
 File path: build.gradle
 ##########
 @@ -134,13 +134,19 @@ project(':iceberg-data') {
   dependencies {
     compile project(':iceberg-api')
     compile project(':iceberg-core')
+
     compileOnly project(':iceberg-parquet')
+    compileOnly project(':iceberg-orc')
+    compileOnly("org.apache.hadoop:hadoop-common") {
 
 Review comment:
   Since `org.apache.hadoop:hadoop-common` is a non-transitive dependency used at compilation time on the other projects we need to add it here as ORC requires it for using `org.apache.hadoop.io.WritableComparable` on `HiveDecimalWritable`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org