Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Add support for type references by name in avro-schemas #116

Closed
opomuc opened this issue Apr 9, 2018 · 0 comments
Closed

Add support for type references by name in avro-schemas #116

opomuc opened this issue Apr 9, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@opomuc
Copy link

opomuc commented Apr 9, 2018

{
  "name": "users",
  "type": "record",
  "fields": [
      {
        "name": "User_A",
        "type": {
	    "name": "user",
            "type": "record",
            "fields": [
              {"name": "username", "type": "string"},
              {"name": "phone", "type": "long"},
              {"name": "age", "type": "int"}
            ]
        }
      },
      {"name": "User_B", "type": "user"}
    ]
}
@Totktonada Totktonada changed the title Add support for custom types in avro Add support for type references by name in avro Apr 9, 2018
@Totktonada Totktonada changed the title Add support for type references by name in avro Add support for type references by name in avro-schemas Apr 9, 2018
Totktonada added a commit that referenced this issue Apr 11, 2018
Totktonada added a commit that referenced this issue Apr 12, 2018
Totktonada added a commit that referenced this issue Apr 16, 2018
@Totktonada Totktonada self-assigned this Apr 17, 2018
@Totktonada Totktonada added the enhancement New feature or request label Apr 17, 2018
@Totktonada Totktonada added this to the 0.0.1 milestone Apr 17, 2018
Totktonada added a commit that referenced this issue Apr 17, 2018
Totktonada added a commit that referenced this issue Apr 17, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants