Skip to content

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

@stephentu

Description

@stephentu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions