WillAyd commented on PR #507: URL: https://github.com/apache/arrow-nanoarrow/pull/507#issuecomment-2159740674
I think this PR introduced a regression that valgrind is complaining about. You can see it started back in the weekly Meson build: https://github.com/apache/arrow-nanoarrow/actions/runs/9432588616 A more detailed error description can be found here: https://github.com/apache/arrow-nanoarrow/actions/runs/9457996609/job/26052769002?pr=483#step:7:319 Apparently Valgrind does not like something that ultimately hits this codeblock from the RunEndEncoded tests: https://github.com/apache/arrow-nanoarrow/blob/f443e46163ded43ddb5e024c1a2f1fddd3b43c3f/src/nanoarrow/array.c#L1247 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
