Open baconz opened 11 years ago
@sorenmacbeth, all you!
Looks good at first glance to me. I'll give a more thorough going over soon. Thanks!
I ran into this same issue when trying to create a custom Avro file format that keeps track of the schema in args. +1 for this!
:+1: for the well thought change. @baconz @cmerrick how do you get the arguments inside the serialize and deserialize methods in your implemented PailStructure? I am not able to figure this out.
@baconz Did you get AvroFileFormat working?
I've made a pail structure that serializes and deserializes to from avro but it's stored in a SequenceFile and I'm getting poor performance from the pail tap this way. Thanks
@steanbacon we never did. More, or less abandoned this project.
I'm working on an AvroFileFormat, and I'd like to be able to pass it args -- this seemed like the least bad way to make it happen. Open to suggestions for other approaches.