[ ] If a user-facing facing change was made, the documentation PR is here:
[X] OR, no user-facing changes were made
Create proper ordered data in --debug-generate-data; before the values were reverse-ordered.
Also turns out numbers like 1. are not valid JSON, it needs to be 1.0.
Release notes
Fix --debug-generate-data for ordered vector data types
Submission Checklist
Create proper ordered data in --debug-generate-data; before the values were reverse-ordered. Also turns out numbers like
1.
are not valid JSON, it needs to be1.0
.Release notes
Fix --debug-generate-data for ordered vector data types
Copyright and Licensing
By submitting this pull request, the copyright holder is agreeing to license the submitted work under the BSD 3-clause license (https://opensource.org/licenses/BSD-3-Clause)