1
0

[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:
Sivabalan Narayanan
2020-11-01 00:15:41 -04:00
committed by GitHub
parent 6310a2307a
commit a205dd10fa
16 changed files with 472 additions and 121 deletions

View File

@@ -46,6 +46,10 @@
}, {
"name" : "fare",
"type" : "double"
} ]
}, {
"name" : "_hoodie_is_deleted",
"type" : "boolean",
"default" : false
}]
}