Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ordered map, appendData needs to insert data in order #245

Merged
merged 1 commit into from
Jan 28, 2020

Conversation

v-lopez
Copy link
Contributor

@v-lopez v-lopez commented Jan 28, 2020

Otherwise the time order may not be respected and the data is loaded
incorrectly

Load the following bag and check the foo, bar and bar1 variables.

Using the ordered map is only valid as long as the names_version field is always incremental (which it is) but I guess we should order by data timestamp to be 100% correct.

demo.tar.gz

Otherwise the time order may not be respected and the data is loaded
incorrectly
@facontidavide facontidavide merged commit c976ff3 into facontidavide:master Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants