nessie icon indicating copy to clipboard operation
nessie copied to clipboard

Use kryo instead of java serialization for the `Reference` used in Spark

Open tomekl007 opened this issue 2 years ago • 1 comments

As a follow-up after: https://github.com/projectnessie/nessie/pull/3561#pullrequestreview-905457313 We should try to use kryo serialization mechanism.

Steps to do it:

  1. Revert whole #3561
  2. remove Serializable from Reference.java
  3. run the testcase AbstractRestGCTest , it will fail with serializable exception.
  4. explore using Kryo or a custom serializer for Reference.

tomekl007 avatar Mar 10 '22 09:03 tomekl007

@tomekl007 do we still need this ticket?

snazy avatar Jul 09 '22 10:07 snazy