google / cql

An experimental Clinical Quality Language execution engine for analyzing FHIR healthcare data at scale.
Apache License 2.0
61 stars 6 forks source link

Non-determinism in Tuple.String() #4

Closed suyashkumar closed 3 months ago

suyashkumar commented 3 months ago

From the GitHub Actions CI:

Screenshot 2024-06-13 at 1 52 09 PM

This is likely due to map iteration non determinism here:

https://github.com/google/cql/blob/d38dfdba26e3f7733aaa124bb67c1529b8b64a74/types/types.go#L663-L675