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:
Ning Sun
2025-10-10 15:09:20 +08:00
committed by GitHub
parent af213be403
commit aa84642afc
5 changed files with 24 additions and 203 deletions

View File

@@ -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
}
]
]);