【 使用环境 】
测试环境
【 OB or 其他组件 】
使用obbinlog获取oceanbase增量数据
【 使用版本 】
oceanbase版本
obbinlog版本

【问题描述】
使用dbeaver连接oceanbase数据库,并启动增量解析demo,在数据库中分别执行以下SQL,查看增量获取到的message,drop table本身自带的注释被去掉了
create table操作及obbinlog获取到的SQL
/* create table */ create table /* create table */ cmzhao.test_drop (id int) /* create table */;
drop table操作及obbinlog获取到的SQL
/* drop table */ drop table /* drop table */ cmzhao.test_drop /* drop table */;
请问各位大佬,这是什么原因啊?是bug还是限制?后续版本是否会针对该场景做优化?


