You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/19 03:19:55 UTC

[GitHub] [incubator-doris] wkhappy1 commented on issue #1666: kafka导入数据如果新加的列是nullable的自动填充null值

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org