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

Order is inverted when extracting list of strings from Fields object #76

Closed
To-om opened this issue Dec 19, 2018 · 0 comments
Closed

Order is inverted when extracting list of strings from Fields object #76

To-om opened this issue Dec 19, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Dec 19, 2018

The method Fields.getString doesn't keep original order of values because it builds the result list using foldLeft and prepend.

Using json.Reads efficiently solves this issue.

@To-om To-om added the bug label Dec 19, 2018
@To-om To-om self-assigned this Dec 19, 2018
@To-om To-om added this to the 1.7.2 milestone Dec 19, 2018
@To-om To-om changed the title Order of values is inverted when extracting string from Fields object Order is inverted when extracting list of strings from Fields object Dec 19, 2018
@To-om To-om closed this as completed Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant