gavinchou commented on code in PR #32409:
URL: https://github.com/apache/doris/pull/32409#discussion_r1537221962
##########
fe/fe-core/src/main/java/org/apache/doris/persist/OperationType.java:
##########
@@ -225,7 +225,7 @@ public class OperationType {
// modify table properties: inMemory, StoragePolicy, IsBeingSynced,
CompactionPolicy,
// TimeSeriesCompactionFileCountThreshold,
SeriesCompactionTimeThresholdSeconds,
// SkipWriteIndexOnLoad, EnableSingleReplicaCompaction.
- public static final short OP_MODIFY_IN_MEMORY = 267;
+ public static final short OP_MODIFY_TABLE_PROPERTIES = 267;
Review Comment:
compatibility issue?
--
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]