TsukiokaKogane commented on code in PR #63850:
URL: https://github.com/apache/doris/pull/63850#discussion_r3338270929
##########
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:
ok i will remove this part
--
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]