[
https://issues.apache.org/jira/browse/FLINK-8366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabian Hueske closed FLINK-8366.
--------------------------------
Resolution: Fixed
Fix Version/s: 1.5.0
Fixed on master with 3adc21d489d78cd34748f2132e4e7659f65a33e4
Fixed for 1.5.0 with bea431f131c52f636881e86dee2fb195ab56db9e
> 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
> Priority: Major
> Fix For: 1.5.0
>
>
> 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
(v7.6.3#76005)