[HUDI-1338] Adding Delete support to test suite framework (#2172)
- Adding Delete support to test suite.
Added DeleteNode
Added support to generate delete records
This commit is contained in:
committed by
GitHub
parent
6310a2307a
commit
a205dd10fa
@@ -46,6 +46,10 @@
|
||||
}, {
|
||||
"name" : "fare",
|
||||
"type" : "double"
|
||||
} ]
|
||||
}, {
|
||||
"name" : "_hoodie_is_deleted",
|
||||
"type" : "boolean",
|
||||
"default" : false
|
||||
}]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user