[
https://issues.apache.org/jira/browse/FLINK-25683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17480910#comment-17480910
]
Dawid Wysakowicz edited comment on FLINK-25683 at 1/24/22, 4:03 PM:
--------------------------------------------------------------------
Fixed in:
* master
** 9aa879f50c32de862831e82613f1cf1bc4d760f9
* 1.14.4
** 2cca3a6609a030b6f03fedbaab51da3dce2962cd
* 1.13.6
** 16feba605c87645a658947805be50f6c410fde67
was (Author: dawidwys):
Fixed in:
* master
** 9aa879f50c32de862831e82613f1cf1bc4d760f9
* 1.14.4
** 2cca3a6609a030b6f03fedbaab51da3dce2962cd
* 1.13.
** 16feba605c87645a658947805be50f6c410fde67
> wrong result if table transfrom to DataStream then window process in batch
> mode
> -------------------------------------------------------------------------------
>
> Key: FLINK-25683
> URL: https://issues.apache.org/jira/browse/FLINK-25683
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / API, Table SQL / Runtime
> Affects Versions: 1.14.2
> Environment: mac book pro m1
> jdk 8
> scala 2.11
> flink 1.14.2
> idea 2020
> Reporter: zhangzh
> Assignee: Yao Zhang
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.15.0, 1.13.6, 1.14.4
>
> Attachments: TableToDataStreamBatchWindowTest.scala, pom.xml
>
>
> I have 5 line datas,
> i first need to transform current data with SQL
> then mix current data and historical data which is batch get from hbase
> for some special reason the program must run in batch mode
> i think the correct result should be like this:
> (BOB,1)
> (EMA,1)
> (DOUG,1)
> (ALICE,1)
> (CENDI,1)
> but the result is :
> (EMA,1)
>
> if i set different parallelism ,the result is different.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)