1
0
Files
hudi/hoodie-hadoop-mr/src/test/resources/sample1.avro
2016-12-16 19:29:53 -08:00

18 lines
300 B
Plaintext

{
"type" : "record",
"name" : "testRecord",
"fields" : [ {
"name" : "field1",
"type" : "string"
}, {
"name" : "field2",
"type" : "string"
}, {
"name" : "_hoodie_commit_time",
"type" : "string"
}, {
"name" : "_hoodie_commit_seqno",
"type" : "string"
}]
}