mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
refactor!: remove pb_value to json conversion, keep json output consistent (#7063)
* refactor: remove pb_value to json * chore: remove unused module
This commit is contained in:
@@ -3591,7 +3591,7 @@ transform:
|
||||
"data_type": "TIMESTAMP_NANOSECOND",
|
||||
"key": "time",
|
||||
"semantic_type": "TIMESTAMP",
|
||||
"value": "2024-05-25 20:16:37.217+0000"
|
||||
"value": 1716668197217000000i64
|
||||
}
|
||||
],
|
||||
[
|
||||
@@ -3629,7 +3629,7 @@ transform:
|
||||
"data_type": "TIMESTAMP_NANOSECOND",
|
||||
"key": "time",
|
||||
"semantic_type": "TIMESTAMP",
|
||||
"value": "2024-05-25 20:16:38.217+0000"
|
||||
"value": 1716668198217000000i64
|
||||
}
|
||||
]
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user