Search before asking
Version
doris-0.0.0-49af19213e7
What's Wrong?
There's no error message for Table Stream
CREATE TABLE base_incr_no_binlog (
k1 INT, v1 INT
)
DUPLICATE KEY(k1)
DISTRIBUTED BY HASH(k1) BUCKETS 1
PROPERTIES ("replication_num" = "1");
Query OK, 0 rows affected (0.01 sec)
SELECT k1, v1, DORIS_BINLOG_OP
FROM base_incr_no_binlog@incr("incrementType" = "DETAIL");
ERROR 1105 (HY000): errCode = 2, detailMessage =
What You Expected?
Need to replay like:
ERROR 1105 (HY000): errCode = 2, detailMessage = INCR query requires ROW binlog enabled on base table.
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
Search before asking
Version
doris-0.0.0-49af19213e7
What's Wrong?
There's no error message for Table Stream
CREATE TABLE base_incr_no_binlog (
k1 INT, v1 INT
)
DUPLICATE KEY(k1)
DISTRIBUTED BY HASH(k1) BUCKETS 1
PROPERTIES ("replication_num" = "1");
Query OK, 0 rows affected (0.01 sec)
SELECT k1, v1, DORIS_BINLOG_OP
FROM base_incr_no_binlog@incr("incrementType" = "DETAIL");
ERROR 1105 (HY000): errCode = 2, detailMessage =
What You Expected?
Need to replay like:
ERROR 1105 (HY000): errCode = 2, detailMessage = INCR query requires ROW binlog enabled on base table.
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct