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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: