Skip to content

[Bug] Multi-table CDC Mode Unable to synchronize field and table comments. #67488

Description

@297460389

Search before asking

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

Version

doris 4.1.3

What's Wrong?

CREATE JOB test
ON STREAMING
FROM MYSQL (
"jdbc_url" = "jdbc:mysql://10.201.26.13:3306?useSSL=false&useUnicode=true&tinyInt1isBit=false&characterEncoding=UTF-8&useInformationSchema=true",
"driver_url" = "mysql-connector-j-8.0.33.jar",
"driver_class" = "com.mysql.cj.jdbc.Driver",
"user" = "root",
"password" = "xxxxxx",
"database" = "juma_visualization",
"snapshot_parallelism" = "8",
"snapshot_split_size" = "100000",
"offset" = "initial"
)
TO DATABASE test (
"table.create.properties.replication_num" = "1" ,
"table.create.properties.estimate_partition_size" = "100M"
)

What You Expected?

Unable to synchronize field and table comments.

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions