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

a record currently requires having a non-empty value schema in order to store correctly #46

Open
stephentu opened this issue Dec 3, 2010 · 0 comments

Comments

@stephentu
Copy link
Member

Currently, if we write a record like

case class X(var i: Int) extends AvroPair

record X cannot be used w/ any of our namespaces, since putting an empty byte array for value is treated as the same as putting a None. this should not be the case however

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

1 participant