You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Hequn Cheng (JIRA)" <ji...@apache.org> on 2018/01/05 08:50:00 UTC

[jira] [Created] (FLINK-8366) Use Row instead of String as key when process upsert results

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)