mayursrivastava commented on a change in pull request #2286:
URL: https://github.com/apache/iceberg/pull/2286#discussion_r618416064
##########
File path: build.gradle
##########
@@ -735,9 +735,12 @@ project(':iceberg-arrow') {
exclude group: 'com.google.code.findbugs', module: 'jsr305'
}
compile("org.apache.arrow:arrow-memory-netty") {
- exclude group: 'io.netty', module: 'netty-common'
exclude group: 'com.google.code.findbugs', module: 'jsr305'
Review comment:
That works but the version needs to be added in the versions.props. If
this is fine, I'll make the change.
$ git diff # showing only versions.props diff
index dc4caddd..a147f50c 100644
--- a/versions.props
+++ b/versions.props
@@ -31,3 +31,4 @@ org.apache.hive:hive-service = 2.3.8
org.apache.tez:tez-dag = 0.8.4
org.apache.tez:tez-mapreduce = 0.8.4
com.adobe.testing:s3mock-junit4 = 2.1.28
+io.netty:netty-common = 4.1.48.Final
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]