Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.2 API change #5

Open
kkrugler opened this issue Aug 21, 2013 · 0 comments
Open

2.2 API change #5

kkrugler opened this issue Aug 21, 2013 · 0 comments
Assignees

Comments

@kkrugler
Copy link
Member

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.

@ghost ghost assigned ccsevers Aug 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants