Implement reliable log file management for Merge on read, which is fault tolerant and allows random block level access on avro file
This commit is contained in:
1000
hoodie-common/src/test/resources/sample.data
Normal file
1000
hoodie-common/src/test/resources/sample.data
Normal file
File diff suppressed because it is too large
Load Diff
10
hoodie-common/src/test/resources/simple-test.avro
Normal file
10
hoodie-common/src/test/resources/simple-test.avro
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"namespace": "example.avro",
|
||||
"type": "record",
|
||||
"name": "User",
|
||||
"fields": [
|
||||
{"name": "name", "type": "string"},
|
||||
{"name": "favorite_number", "type": "long"},
|
||||
{"name": "favorite_color", "type": "string"}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user