[branch-2.1] Pick "[Fix](JournalEntity) re-add a line of code that is accidentally removed in #19917" (#36427)
## Proposed changes pick https://github.com/apache/doris/pull/36423
This commit is contained in:
@ -861,6 +861,7 @@ public class JournalEntity implements Writable {
|
||||
}
|
||||
case OperationType.OP_DELETE_ANALYSIS_TASK: {
|
||||
data = AnalyzeDeletionLog.read(in);
|
||||
isRead = true;
|
||||
break;
|
||||
}
|
||||
case OperationType.OP_UPDATE_AUTO_INCREMENT_ID: {
|
||||
|
||||
Reference in New Issue
Block a user