@@ -163,7 +163,7 @@ const FlogJsonSchema string = `{
163
163
"fields": [
164
164
{
165
165
"name": "bytes",
166
- "data_type": "Int64 ",
166
+ "data_type": "Float64 ",
167
167
"nullable": true,
168
168
"dict_id": 0,
169
169
"dict_is_ordered": false,
@@ -248,7 +248,7 @@ const FlogJsonSchema string = `{
248
248
},
249
249
{
250
250
"name": "status",
251
- "data_type": "Int64 ",
251
+ "data_type": "Float64 ",
252
252
"nullable": true,
253
253
"dict_id": 0,
254
254
"dict_is_ordered": false,
@@ -278,7 +278,7 @@ const SchemaBody string = `{
278
278
},
279
279
{
280
280
"name": "device_id",
281
- "data_type": "Int64 ",
281
+ "data_type": "Float64 ",
282
282
"nullable": true,
283
283
"dict_id": 0,
284
284
"dict_is_ordered": false,
@@ -355,7 +355,7 @@ const SchemaBody string = `{
355
355
},
356
356
{
357
357
"name": "process_id",
358
- "data_type": "Int64 ",
358
+ "data_type": "Float64 ",
359
359
"nullable": true,
360
360
"dict_id": 0,
361
361
"dict_is_ordered": false,
@@ -371,7 +371,7 @@ const SchemaBody string = `{
371
371
},
372
372
{
373
373
"name": "response_time",
374
- "data_type": "Int64 ",
374
+ "data_type": "Float64 ",
375
375
"nullable": true,
376
376
"dict_id": 0,
377
377
"dict_is_ordered": false,
@@ -408,7 +408,7 @@ const SchemaBody string = `{
408
408
},
409
409
{
410
410
"name": "status_code",
411
- "data_type": "Int64 ",
411
+ "data_type": "Float64 ",
412
412
"nullable": true,
413
413
"dict_id": 0,
414
414
"dict_is_ordered": false,
@@ -432,7 +432,7 @@ const SchemaBody string = `{
432
432
},
433
433
{
434
434
"name": "user_id",
435
- "data_type": "Int64 ",
435
+ "data_type": "Float64 ",
436
436
"nullable": true,
437
437
"dict_id": 0,
438
438
"dict_is_ordered": false,
0 commit comments