summaryrefslogtreecommitdiff
path: root/testSchemaFiles/report_result.json
diff options
context:
space:
mode:
Diffstat (limited to 'testSchemaFiles/report_result.json')
-rw-r--r--testSchemaFiles/report_result.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/testSchemaFiles/report_result.json b/testSchemaFiles/report_result.json
new file mode 100644
index 0000000..fdd1b7b
--- /dev/null
+++ b/testSchemaFiles/report_result.json
@@ -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"
+ }
+ ]
+} \ No newline at end of file