Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-25683

wrong result if table transfrom to DataStream then window process in batch mode

    XMLWordPrintableJSON

Details

    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

        1. pom.xml
          12 kB
          zhangzh
        2. TableToDataStreamBatchWindowTest.scala
          3 kB
          zhangzh

        Issue Links

          Activity

            People

              paul8263 Yao Zhang
              zhangzihan zhangzh
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: