Skip to content

[Bug] There's no error message for select @incr #65309

Description

@MoanasDaddyXu

Search before asking

  • I had searched in the issues and found no similar issues.

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?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions