You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a slight breaking change for 2.2. I removed the packUnpack boolean from AvroScheme and just made a new subclass called PackedAvroScheme for the purpose of reading an Avro record of type T and doing nothing with it.
I also changed from using Tuple on the read to a new subclass of Tuple called AvroTuple. This is just a thin wrapper with adapters on the Avro Record so it should incur less I/O. All the tests pass but it would be nice if people beat on it a little bit.
The text was updated successfully, but these errors were encountered:
I made a slight breaking change for 2.2. I removed the packUnpack boolean from AvroScheme and just made a new subclass called PackedAvroScheme for the purpose of reading an Avro record of type T and doing nothing with it.
I also changed from using Tuple on the read to a new subclass of Tuple called AvroTuple. This is just a thin wrapper with adapters on the Avro Record so it should incur less I/O. All the tests pass but it would be nice if people beat on it a little bit.
The text was updated successfully, but these errors were encountered: