Skip to content

Instantly share code, notes, and snippets.

@rssanders3
Last active August 5, 2019 15:56
Show Gist options
  • Save rssanders3/6a747aa96e9300fefa68078461b15826 to your computer and use it in GitHub Desktop.
Save rssanders3/6a747aa96e9300fefa68078461b15826 to your computer and use it in GitHub Desktop.
{
"type": "record",
"name": "Order",
"fields": [
{
"name": "orderId",
"type": "long"
},
{
"name": "orderDate",
"type": "string"
},
{
"name": "orderCustomerId",
"type": "long"
},
{
"name": "orderStatus",
"type": "string"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment