Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.2
-
mac book pro m1
jdk 8
scala 2.11
flink 1.14.2
idea 2020
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
FLINK-25471 wrong result if table transfrom to DataStream then keyby sum in Batch Mode
- Open
- links to