[ 
https://issues.apache.org/jira/browse/FLINK-16352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jark Wu resolved FLINK-16352.
-----------------------------
    Fix Version/s: 1.11.0
       Resolution: Fixed

Fixed in master(1.11.0): da7a6888cbee26f3e7ebc4957ea8d9993c0b53f8

> Use LinkedHashMap for deterministic iterations
> ----------------------------------------------
>
>                 Key: FLINK-16352
>                 URL: https://issues.apache.org/jira/browse/FLINK-16352
>             Project: Flink
>          Issue Type: Bug
>          Components: Table SQL / API
>    Affects Versions: 1.10.0
>            Reporter: testfixer0
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The test `testValueLiteralString` in `ExpressionTest` may fail due if 
> `HashMap` iterates in a different order. The final variable `map` is a 
> `HashMap`. However, `HashMap` does not guarantee any specific order of 
> entries. Thus, the test can fail due to a different iteration order.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to