We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RowSelector
row_count
Describe the bug
See the discussion here #2656 (comment).
In test_fuzz_async_reader_selection if we generate RowSelectors with 0 rows then we get invalid results from ParquetRecordBatchSream.
test_fuzz_async_reader_selection
ParquetRecordBatchSream
To Reproduce
Expected behavior
We should handle (effectively ignore) RowSelectors with row_count == 0 without issues.
RowSelectors
row_count == 0
Additional context
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
See the discussion here #2656 (comment).
In
test_fuzz_async_reader_selection
if we generateRowSelector
s with 0 rows then we get invalid results fromParquetRecordBatchSream
.To Reproduce
Expected behavior
We should handle (effectively ignore)
RowSelectors
withrow_count == 0
without issues.Additional context
The text was updated successfully, but these errors were encountered: