rdblue commented on pull request #2084:
URL: https://github.com/apache/iceberg/pull/2084#issuecomment-759601028
I think the test problem might be that we have some Jackson Scala
dependencies forced in `build.gradle`:
```
resolutionStrategy {
force 'com.fasterxml.jackson.module:jackson-module-scala_2.11:2.10.2'
force 'com.fasterxml.jackson.module:jackson-module-scala_2.12:2.10.2'
force 'com.fasterxml.jackson.module:jackson-module-paranamer:2.10.2'
}
```
@aokolnychyi, do you have more context on that?
I'm not sure that those are even used. I don't see dependencies on
`jackson-module-scala_*` in iceberg-spark3-extensions.
----------------------------------------------------------------
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]