Hequn Cheng created FLINK-8366:
----------------------------------

             Summary: Use Row instead of String as key when process upsert 
results
                 Key: FLINK-8366
                 URL: https://issues.apache.org/jira/browse/FLINK-8366
             Project: Flink
          Issue Type: Bug
          Components: Table API & SQL
            Reporter: Hequn Cheng
            Assignee: Hequn Cheng


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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to