wkhappy1 commented on issue #1666: kafka导入数据如果新加的列是nullable的自动填充null值
URL: https://github.com/apache/incubator-doris/pull/1666#issuecomment-522396684
 
 
   配置项为fillnull 值为1表示开启这个功能
   CREATE ROUTINE LOAD test.test4 ON contact
           PROPERTIES
           (
               "desired_concurrent_number"="3",
               "max_batch_interval" = "20",
               "max_batch_rows" = "300000",
               "max_batch_size" = "209715200",
               "fillnull" = "1"
           )
           FROM KAFKA
           (
               "kafka_broker_list" = "localhost:9092",
               "kafka_topic" = "my"
           );

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to