rdblue commented on a change in pull request #30: Update to Spark 2.4
URL: https://github.com/apache/incubator-iceberg/pull/30#discussion_r240308367
##########
File path: build.gradle
##########
@@ -302,7 +300,7 @@ project(':iceberg-presto-runtime') {
shadow "org.apache.avro:avro:$avroVersion"
shadow ("org.apache.hive:hive-standalone-metastore:$hiveVersion") {
exclude group: 'org.apache.hadoop', module: 'hadoop-common'
- exclude group: 'org.apache.orc', module: 'orc-core'
+// exclude group: 'org.apache.orc', module: 'orc-core'
Review comment:
I agree with Dan. We would love to see ORC support, but I don't think any of
the current committers has time to invest in it right now. I'm happy to work
with someone to fix the ORC support, though.
I also need to move the issues that track what wasn't implemented from the
old repository and add an ORC tag.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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