stalary commented on issue #3253: Routine Load cause be to hang
URL: 
https://github.com/apache/incubator-doris/issues/3253#issuecomment-607946061
 
 
   create table live_heartbeat_test
   (
       id              varchar(255) comment 'id',
       type            varchar(50) comment '消息类型',
       progress        bigint default '0' comment '播放进度(ms)',
       background      BOOLEAN comment '是否后台播放'
   )
       ENGINE = olap UNIQUE KEY(id)
   DISTRIBUTED BY HASH(id) BUCKETS 10
   PROPERTIES(
       "replication_num" = "1",
       "storage_type"="column"
   );
   
   kafka-producer
   > 1342,record,123323,false
   
   This will cause be to die,I think it's related to a field of type Boolean

----------------------------------------------------------------
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