1
0
Fork 0

[DEV-5312] Include created and modified fields in avro schema

master
Austin Schaffer 2019-12-12 14:31:12 -05:00
parent ad9e66c83e
commit cf0ca51cef
1 changed files with 12 additions and 0 deletions

View File

@ -73,6 +73,18 @@
{
"name": "id",
"type": "int"
},
{
"name": "created",
"type": ["null", "long"],
"logicalType": "timestamp-millis",
"default": null
},
{
"name": "modified",
"type": ["null", "long"],
"logicalType": "timestamp-millis",
"default": null
}
]
}