Github user JoshRosen commented on a diff in the pull request:
https://github.com/apache/spark/pull/12334#discussion_r59596071
--- Diff: pom.xml ---
@@ -274,6 +274,11 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.esotericsoftware</groupId>
--- End diff --
Note that this isn't actually affecting the Kryo version, since the
`dev/dependencies` files weren't updated. The motivation for this was that
`unsafe` was depending on `chill`, a Scala dependency, when in fact it only
needed Kryo. To remove this Chill dependency so that `unsafe` could be a
pure-Java module, I replaced it by a direct dependency on Kryo and used the
exact same dependency and version that Chill was pulling in.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]