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 query table with iterable #2269

Merged
merged 1 commit into from Apr 27, 2021
Merged

Conversation

lhoestq
Copy link
Member

@lhoestq lhoestq commented Apr 27, 2021

The benchmark runs are failing on master because it tries to use an iterable to query the dataset.
However there's currently an issue caused by the use of np.array instead of np.fromiter on the iterable.
This PR fixes it

@lhoestq lhoestq merged commit 549110e into master Apr 27, 2021
@lhoestq lhoestq deleted the fix-query-table-with-iterable branch April 27, 2021 14:21
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.

None yet

1 participant