wthub opened a new issue, #598:
URL: https://github.com/apache/doris-flink-connector/issues/598

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### Version
   
   flink1.15.2
   flink-doris-connector-1.15-25.1.0.jar
   
   ### What's Wrong?
   
   not specified --database
   but --single-sink true
   Create a new table in the upstream source database,The logs are as follows:
   
   INFO  org.apache.doris.flink.sink.schema.SchemaChangeManager       [] - 
Execute SQL: CREATE TABLE IF NOT EXISTS `null`.`t_test`(`id` BIGINT COMMENT '' 
) UNIQUE KEY(`id`) DISTRIBUTED BY HASH(`id`) BUCKETS AUTO  PROPERTIES 
('replication_num'='1','light_schema_change'='true')
   INFO  
org.apache.doris.flink.sink.writer.serializer.jsondebezium.JsonDebeziumSchemaChangeImplV2
 [] - create table ddl status: true, add tableMapping 
live_test.t_test,null.t_test
   
   
   
   
   
   ### What You Expected?
   
   Dynamically added tables are written to the corresponding downstream 
databases
   
   ### How to Reproduce?
   
   not specified --database
   but --single-sink true
   Create a new table in the upstream source database
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to