Search before asking
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?
Code of Conduct
Search before asking
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?
Code of Conduct