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
GH-46314: [C++][Parquet] Fix valgrind error when collecting parameterized tests for MakeWKBPoint (#46320)
### Rationale for this change
The nightlies for valgrind report a use of an uninitialized value around MakeWKBPointTestCase.
### What changes are included in this PR?
A custom printer was added for the test case. I believe the sanitizer error was occurring because the bytes of the std::vector were being printed (and may not have been initialized yet).
### Are these changes tested?
Yes
### Are there any user-facing changes?
No!
* GitHub Issue: #46314
Authored-by: Dewey Dunnington <dewey@wherobots.com>
Signed-off-by: Dewey Dunnington <dewey@wherobots.com>
0 commit comments