RunEndEncodedBuilder->Finish()
doesn't properly reset builder state when called
#45532
Labels
RunEndEncodedBuilder->Finish()
doesn't properly reset builder state when called
#45532
Describe the bug, including details regarding any error messages, version, and platform.
On the current
main
branch,RunEndEncodedBuilder->Finish()
doesn't properly reset the builder state when called as specified by the docstring. Additionally, the function isn't idempotent and crashes the program when called twice.Component(s)
C++
The text was updated successfully, but these errors were encountered: