pickling icon indicating copy to clipboard operation
pickling copied to clipboard

Versioning pickles

Open heathermiller opened this issue 9 years ago • 7 comments

heathermiller avatar Oct 13 '14 18:10 heathermiller

This is open for discussion. Also FYI @dzufferey (we're touching the pickle format here)

heathermiller avatar Oct 13 '14 18:10 heathermiller

Note to self: repoint at 0.10.0

heathermiller avatar Nov 03 '14 20:11 heathermiller

For some reason this segfaults for me locally...

heathermiller avatar Nov 04 '14 23:11 heathermiller

@heathermiller I saw this pull request and got very excited. Is this an answer to schema evolution with Scala Pickling? I'm very intrigued by Scala Pickling, but I can't jump in until I have some way to evolve my pickled and persisted data structures.

jasonalaw avatar Apr 16 '15 07:04 jasonalaw

We should look into implementing versioning on 0.11 branch.

eed3si9n avatar Aug 11 '15 16:08 eed3si9n

Agreed. Although one thing that's happening here is that people are merging the idea of serialization with schema evolution... I'm not sure these concepts should be merged into one. It requires a pretty fundamental design rethink.

heathermiller avatar Aug 12 '15 09:08 heathermiller

+1. I think pickling (serialization) shoudl enable schema and schema evolution. NOT be the schema/schema evolution.

jsuereth avatar Aug 12 '15 14:08 jsuereth