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

Fix issue with paginating results containing different data types for the same field #125

Merged
merged 1 commit into from Apr 26, 2022

Conversation

davecap
Copy link
Member

@davecap davecap commented Apr 21, 2022

use jsonlite rbind_pages instead of dplyr bind_rows to fix issues with combining pages of results with different data types
closes #123

combining pages of results with different data types
closes #123
@davecap davecap requested a review from krivi95 April 21, 2022 20:26
@davecap davecap merged commit c5e6931 into master Apr 26, 2022
@davecap davecap deleted the issue-123-pagination-combine-data-types branch April 26, 2022 13:00
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.

Dataset query pagination fails when fields contain data with two different data types
2 participants