Skip to content

Upgrade Avro union type serialization #173

@ttypic

Description

@ttypic

Right now union type value serializes into JsonObject that includes all possible types, e.g.

{
  "union_value": "string_value"
}

will be serialized into:

{
  "union_value": {
    "string": "string_value",
    "double": null,
    "long": null
  }
}

for union type ["long", "double","string"]

┆Issue is synchronized with this Jira Story by Unito

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or improved functionality.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions