当前位置:网站首页>Flink Sql -- toAppendStream doesn‘t support consuming update and delete changes which
Flink Sql -- toAppendStream doesn‘t support consuming update and delete changes which
2022-06-30 08:40:00 【//Continuous margin_ documentary】
stay Flink sql Test output , Want to put sql Result of query Table To DataStream And then print
When we table.toAppendStream[Row] When Found an error 
Actually, this is because we sql Look up the dynamic table yes Mysql Such sources , They can do update,delete,insert Operation of the .
about toAppendStream Well Yes, only the appended stream can be converted and output such as kafka
So we use
table.toRetractStream[Row].print() that will do
The printing result is a two-part operation , The front part is boolean type , The back is yours select among true Express insert ,false Express update/delete
table.toRetractStream[Row].print() that will do
tableEnv.toRetractStream(table,EventLog.class).print();
about Table / sql turn Stream You can also see the official website for detailed explanations
Official website 
边栏推荐
- Flink Sql -- toAppendStream doesn‘t support consuming update and delete changes which
- [untitled]
- Deploy the cow like customer network project on the ECS
- 从0开始构建一个瀚高数据库Docker镜像
- el-input 限制只能输数字
- 【NVMe2.0b 14-5】Firmware Download/Commit command
- MIME type Encyclopedia
- Unity basic lighting model
- Understanding society at the age of 14 - reading notes on "happiness at work"
- 【付费推广】常见问题合集,推荐榜单FAQ
猜你喜欢

【NVMe2.0b 14-3】Doorbell Buffer Config command、Device Self-test command

Redis设计与实现(五)| Sentinel哨兵

电流探头的干扰源电流谱测试

Codeworks 5 questions per day (1700 for each) - the third day
![[untitled]](/img/b8/e3f54fe5d1079663799887e62cb07c.jpg)
[untitled]

A troubleshooting of CPU bottom falling

Detectron2 source code reading 3-- encapsulating dataset with mapper

Redis design and Implementation (VI) | cluster (sharding)

电流探头电路分析

Flink SQL 自定义 Connector
随机推荐
电流探头电路分析
电流探头的干扰源电流谱测试
Redis design and Implementation (II) | database (deletion strategy & expiration elimination strategy)
C#訪問SQL Server數據庫兩種方式的比較(SqlDataReader vs SqlDataAdapter)
【kotlin 协程】万字协程 一篇完成kotlin 协程进阶
示波器探头对测量电容负荷有影响吗?
增强for循环的增删操作 & 迭代器删除集合元素
Dart tips
Redis设计与实现(一)| 数据结构 & 对象
Unity简单shader
Redis design and Implementation (I) | data structure & object
Viteproject require Syntax Compatibility Problem Solving require is not defined
Flink Sql -- toAppendStream doesn‘t support consuming update and delete changes which
基于Svelte3.x桌面端UI组件库Svelte UI
TiDB 6.0:让 TSO 更高效丨TiDB Book Rush
Redis design and Implementation (VIII) | transaction
MIME type Encyclopedia
Enhance the add / delete operation of for loop & iterator delete collection elements
2021-02-19
Redis设计与实现(五)| Sentinel哨兵