morningman commented on code in PR #25119:
URL: https://github.com/apache/doris/pull/25119#discussion_r1349646884
##########
fe/fe-core/src/main/java/org/apache/doris/journal/JournalEntity.java:
##########
@@ -844,6 +846,21 @@ public void readFields(DataInput in) throws IOException {
isRead = true;
break;
}
+ case OperationType.OP_UPDATE_TABLE_STATS: {
+ data = TableStatsMeta.read(in);
Review Comment:
If we write this new meta data , and downgrade to old version, it may cause
problem because the old version can not recognize this kind of meta data.
--
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]