Commits


emkornfield authored and GitHub committed c009024ab6d
GH-39525: [C++][Parquet] Pass memory pool to decoders (#39526) ### Rationale for this change Memory pools should be plumbed through where ever possible. ### What changes are included in this PR? Pass through memory pool to decoders ### Are these changes tested? Not directly; this was caught via some internal fuzz targets. ### Are there any user-facing changes? No. * Closes: #39525 Authored-by: Micah Kornfield <micahk@google.com> Signed-off-by: mwish <maplewish117@gmail.com>