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

get duplicate result from sql-client in BATCH mode

    XMLWordPrintableJSON

Details

    Description

      In BATCH mode, we experienced problems with flink-sql-client when retrieving result record. We may get duplicate row records occasionally even if querying from a hive/hudi table which contains only one record.

       

      For example, SELECT COUNT(1) AS val FROM x.test_hive_table, we may get:

      +------+
      | val  |
      +------+
      | 1    |
      | …    |
      | 1    |
      +------+ 

       

      Attachments

        Issue Links

          Activity

            People

              shijingqi Jingqi Shi
              shijingqi Jingqi Shi
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: