You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, the
RowParquetChunkReader
reads as fast as it can a publishes the results to aComsumer
.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.
The text was updated successfully, but these errors were encountered: