MoanasDaddyXu opened a new issue, #67108: URL: https://github.com/apache/doris/issues/67108
## Problem [CCR][FE Binlog] 临时表 CREATE 被过滤但 DROP_TABLE 仍进入 DB Binlog ## Minimal reproduction path Enable database-level CCR metadata Binlog, create a temporary OLAP table, and immediately drop it. Inspect the database Binlog and dropped-table records. Verify that the temporary table produces neither CREATE_TABLE nor DROP_TABLE metadata events, while an ordinary table still produces the expected drop event. ## Expected result Temporary-table CREATE and DROP are consistently excluded from database metadata Binlog. ## Source This report is a sanitized tracking record for Jira DORIS-28092. Internal hosts, paths, artifacts, build identifiers, and private logs are intentionally omitted. -- 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]
