vernedeng commented on code in PR #9255:
URL: https://github.com/apache/inlong/pull/9255#discussion_r1390575928
##########
inlong-sort/sort-flink/sort-flink-v1.15/sort-connectors/pulsar/src/main/java/org/apache/inlong/sort/pulsar/table/PulsarTableDeserializationSchema.java:
##########
@@ -109,8 +113,15 @@ public void deserialize(Message<byte[]> message,
Collector<RowData> collector)
return;
}
- valueDeserialization.deserialize(message.getData(),
- new MetricsCollector<>(new ListCollector<>(valueRowData),
sourceMetricData));
+ MetricsCollector<RowData> metricsCollector =
+ new MetricsCollector<>(new ListCollector<>(valueRowData),
sourceMetricData);
+
+ // reset time stamp if the deserialize schema has not inner format
Review Comment:
fixed, thx
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]