原schema-upgrade项目更名,发布初版
This commit is contained in:
32
testSchemaFiles/report_result.json
Normal file
32
testSchemaFiles/report_result.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"type": "record",
|
||||
"name": "report_result",
|
||||
"namespace": "tsg",
|
||||
"fields": [
|
||||
{
|
||||
"name":"ROWKEY",
|
||||
"label":"Row Key",
|
||||
"type":"string"
|
||||
},
|
||||
{
|
||||
"name":"excute_sql",
|
||||
"label":"Excute SQL",
|
||||
"type":"string"
|
||||
},
|
||||
{
|
||||
"name":"read_rows",
|
||||
"label":"Read Rows",
|
||||
"type":"long"
|
||||
},
|
||||
{
|
||||
"name":"result_id",
|
||||
"label":"Result ID",
|
||||
"type":"int"
|
||||
},
|
||||
{
|
||||
"name":"result",
|
||||
"label":"Result",
|
||||
"type":"string"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user