gavinchou commented on code in PR #66255:
URL: https://github.com/apache/doris/pull/66255#discussion_r3725699695
##########
fe/fe-core/src/main/java/org/apache/doris/persist/TruncateTableInfo.java:
##########
@@ -60,6 +60,10 @@ public class TruncateTableInfo implements Writable {
private Map<Long, Long> updateRecords;
@SerializedName(value = "ut")
private long updateTime;
+ @SerializedName(value = "version")
+ private long version;
+ @SerializedName(value = "versionTime")
+ private long versionTime;
Review Comment:
versionTimeMs
##########
fe/fe-core/src/main/java/org/apache/doris/persist/TruncateTableInfo.java:
##########
@@ -60,6 +60,10 @@ public class TruncateTableInfo implements Writable {
private Map<Long, Long> updateRecords;
@SerializedName(value = "ut")
private long updateTime;
+ @SerializedName(value = "version")
+ private long version;
+ @SerializedName(value = "versionTime")
+ private long versionTime;
Review Comment:
naming versionTimeMs
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]