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

Add polling interface to RowParquetChunkReader #35

Closed
jakobbraun opened this issue Nov 18, 2021 · 0 comments · Fixed by #36
Closed

Add polling interface to RowParquetChunkReader #35

jakobbraun opened this issue Nov 18, 2021 · 0 comments · Fixed by #36
Labels
feature Product feature

Comments

@jakobbraun
Copy link
Contributor

Currently, the RowParquetChunkReader reads as fast as it can a publishes the results to a Comsumer.
In some cases this is not suitable. Instead a polling approach is required here.

Suggestion: Implement as Iterator and map the current implementation on the new one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant