tracyliuzw commented on issue #5637:
URL: https://github.com/apache/seatunnel/issues/5637#issuecomment-1765500027

   will not be synchronized, what is the reason for this, my doris table 
structure is as follows:
   Create Table: CREATE TABLE `t_presentee_stat_world_112001` (
     `ps_id` bigint(20) NOT NULL COMMENT '记录编号',
     `ps_date` date NULL COMMENT '注册日期',
     `ps_from_id` bigint(20) NOT NULL DEFAULT "0" COMMENT '广告渠道,原名推荐者ID, 
0其它来源,大于0广告渠道',
     `ps_recommend_method` bigint(20) NOT NULL DEFAULT "0" COMMENT 
'广告系列,原名推荐方式',
     `ps_region` varchar(20) NULL COMMENT '地区',
     `ps_game_id` bigint(20) NOT NULL DEFAULT "0" COMMENT '游戏ID',
     `ps_online_time_3` bigint(20) NOT NULL DEFAULT "0",
     `ps_online_time_7` bigint(20) NOT NULL DEFAULT "0",
     `ps_online_time_14` bigint(20) NOT NULL DEFAULT "0"
   ) ENGINE=OLAP
   UNIQUE KEY(`ps_id`, `ps_date`, `ps_from_id`, `ps_recommend_method`, 
`ps_region`, `ps_game_id`, `ps_site_id`, `ps_lang_id`, `ps_platform_id`)
   COMMENT '推广统计-大世界'
   DISTRIBUTED BY HASH(`ps_id`, `ps_date`, `ps_from_id`, `ps_recommend_method`, 
`ps_region`, `ps_game_id`) BUCKETS 10
   PROPERTIES (
   "replication_allocation" = "tag.location.default: 1",
   "is_being_synced" = "false",
   "storage_format" = "V2",
   "light_schema_change" = "true",
   "disable_auto_compaction" = "false",
   "enable_single_replica_compaction" = "false"
   );


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

Reply via email to