当前位置:网站首页>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 
边栏推荐
猜你喜欢

Redis design and Implementation (VIII) | transaction

Build a docker image of Henkel database from 0

使用华为性能管理服务,按需配置采样率

Pytorch BERT

【NVMe2.0b 14-1】Abort、Asynchronous Event Request、Capacity Management command

Interference source current spectrum test of current probe

2021-05-06

自制GIF动态图-gifcam

Detailed explanation of pytoch's scatter function

微信公众号第三方平台开发,零基础入门。想学我教你啊
随机推荐
Pytorch BERT
电流探头电路分析
【NVMe2.0b 14-4】Directive Send/Receive command
电流探头的干扰源电流谱测试
Alcohol tester scheme: what principle does the alcohol tester measure alcohol solubility based on?
Redis设计与实现(五)| Sentinel哨兵
Redis设计与实现(八)| 事务
mysql基础入门 动力节点[老杜]课堂作业
Enter the URL in the browser and display it on the page
Emoji icons supported by markdown
【kotlin 协程】万字协程 一篇完成kotlin 协程进阶
自制GIF动态图-gifcam
【NVMe2.0b 14-1】Abort、Asynchronous Event Request、Capacity Management command
End-to-end 3D Point Cloud Instance Segmentation without Detection
Flink SQL 自定义 Connector
Rendering engine development
C# ListBox如何获取选中的内容(搜了很多无效的文章)
[nvme2.0b 14-8] set features (Part 2)
Tidb v6.0.0 (DMR): initial test of cache table - tidb Book rush
This point in JS