Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vernedeng committed Nov 10, 2023
1 parent 7154bbc commit a473c5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public void deserialize(Message<byte[]> message, Collector<RowData> collector)

// reset time stamp if the deserialize schema has not inner format
if (!innerFormat) {
metricsCollector.resetTimestamp(message.getEventTime());
metricsCollector.resetTimestamp(System.currentTimeMillis());
}

valueDeserialization.deserialize(message.getData(), metricsCollector);
Expand Down

0 comments on commit a473c5a

Please sign in to comment.