You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the inconsistency in result ordering was a combination of the dataset used and the bug in issue #7482 which has been fixed. Queried data is consistent as of #7484 being merged.
Bug report
Version:
master@bf0ac92
confirmed that the behavior also existed in0.11
.OS:
OSX
The order that data is returned by a query isn't stable.
Steps to reproduce:
influx-spec data mock_data_dir/
and repeatsimple_select
returns a failure.influx-spec data mock_data_dir/
.simple_select
database, repeatedly issue the queryselect * from average_temperature limit 10
.Expected behavior: [What you expected to happen]
Query results should have a stable ordering.
The text was updated successfully, but these errors were encountered: