yujun777 commented on code in PR #63850:
URL: https://github.com/apache/doris/pull/63850#discussion_r3338341107


##########
fe/fe-core/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java:
##########
@@ -170,7 +170,9 @@ public class PropertyAnalyzer {
 
     public static final String PROPERTIES_ENABLE_SINGLE_REPLICA_COMPACTION = 
"enable_single_replica_compaction";
 
-    public static final String PROPERTIES_ENABLE_TSO = "enable_tso";
+    // Legacy persisted switch before table-level TSO was derived from 
binlog.format.
+    @Deprecated
+    public static final String LEGACY_PROPERTIES_ENABLE_TSO = "enable_tso";

Review Comment:
   it's not used  in prod env,  so delete it  ?



-- 
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]

Reply via email to