| |
apache22
|
|
[email protected]
|
签名由网易邮箱大师定制

--------- 转发邮件信息 ---------

发件人: 酷酷的浑蛋 <[email protected]>
发送日期: 2020年3月13日 19:18
发送至: [email protected] <[email protected]>
select a.x01,
       udf_name(a.x02)
from (select a.x01,
             a...
      from tb_name) a
      join
      (select * from tb_name) b
      on a.xx = b.xx
这是一段flink实时sql,其中总是偶尔有几条数据乱序,请问大佬们遇到过吗?或者该怎么解决?
| |
王太阳
|
|
[email protected]
|
签名由网易邮箱大师定制

回复