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
Describe the bug
#2231 added an assertion to verify that length of the buffer on finish. Unfortunately it incorrectly handles the case of no encoded values.
To Reproduce
Write a column containing no values, it will panic with "should have had padding inserted"
"should have had padding inserted"
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
Don't panic on RleValueEncoder::flush_buffer if empty (apache#2558)
1549afa
Don't panic on RleValueEncoder::flush_buffer if empty (#2558) (#2559)
f11fc1f
Successfully merging a pull request may close this issue.
Describe the bug
#2231 added an assertion to verify that length of the buffer on finish. Unfortunately it incorrectly handles the case of no encoded values.
To Reproduce
Write a column containing no values, it will panic with
"should have had padding inserted"
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: