lsy3993 closed pull request #37228: [opt](binlog) support binlog for rename
operator
URL: https://github.com/apache/doris/pull/37228
--
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 comm
lsy3993 commented on PR #37228:
URL: https://github.com/apache/doris/pull/37228#issuecomment-2245466694
no need to branch-2.1 so close
--
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
dataroaring commented on PR #37228:
URL: https://github.com/apache/doris/pull/37228#issuecomment-2245033729
run buildall
--
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
github-actions[bot] commented on PR #37228:
URL: https://github.com/apache/doris/pull/37228#issuecomment-2236137021
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #37228:
URL: https://github.com/apache/doris/pull/37228#issuecomment-2233644930
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
github-actions[bot] commented on PR #37228:
URL: https://github.com/apache/doris/pull/37228#issuecomment-2205652649
clang-tidy review says "All clean, LGTM! :+1:"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
doris-robot commented on PR #37228:
URL: https://github.com/apache/doris/pull/37228#issuecomment-2205633766
Thank you for your contribution to Apache Doris.
Don't know what should be done next? See [How to process your
PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y
lsy3993 opened a new pull request, #37228:
URL: https://github.com/apache/doris/pull/37228
Rename operator doesn't have binlog now. This PR will create binlog when
execute rename. The rename operator means :
1. rename table : ALTER TABLE table1 RENAME table2;
2. rename rollup : ALT