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

Use Row instead of String as key when process upsert results

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.5.0
    • Table SQL / API
    • None

    Description

      In TableSinkITCase.upsertResults() function, we use String as key to upsert results. This will make (1,11) and (11,1) have the same key (i.e., 111).
      This bugfix use Row instead of String to avoid the String problem.

      Attachments

        Issue Links

          Activity

            People

              hequn8128 Hequn Cheng
              hequn8128 Hequn Cheng
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: