contextshuffling opened a new pull request #1487: [CALCITE-3389] Test can fail if HashSet iterates in a different order URL: https://github.com/apache/calcite/pull/1487 Tests can fail if the order of HashSet changes. This PR proposes to modify HashSet to LinkedHashMap for a deterministic order (insertion order, which is also what test expects)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
