1
0

[HUDI-1143] Change timestamp field in HoodieTestDataGenerator from double to long

This commit is contained in:
shenh062326
2020-09-06 16:00:45 +08:00
committed by n3nash
parent 6c84ef20ac
commit 581d54097c
18 changed files with 176 additions and 47 deletions

View File

@@ -21,7 +21,7 @@
"fields" : [
{
"name" : "timestamp",
"type" : "double"
"type" : "long"
}, {
"name" : "_row_key",
"type" : "string"