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


##########
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:
   fixed



##########
fe/fe-core/src/main/java/org/apache/doris/catalog/TableProperty.java:
##########
@@ -955,6 +945,13 @@ public void gsonPostProcess() throws IOException {
         buildColumnSeqMapping();
     }
 
+    /**
+     * Drops the legacy table-level TSO property because binlog.format now 
owns that switch.
+     */
+    private void removeLegacyEnableTsoProperty() {

Review Comment:
   fixed



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