Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/22179#discussion_r214120461
--- Diff: pom.xml ---
@@ -1770,6 +1770,10 @@
<groupId>org.apache.hive</groupId>
<artifactId>hive-storage-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId> com.esotericsoftware</groupId>
+ <artifactId>kryo-shaded</artifactId>
--- End diff --
CC @wangyum yes good point. ORC also uses kryo-shaded, and uses 3.0.3. In
theory that could cause a break, but the tests pass. That's a positive sign but
not bulletproof. @dongjoon-hyun do you have any insight into how ORC uses kryo?
Is it a code path that wouldn't matter to Spark?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]