Commits


Ben Harkins authored and GitHub committed a4236abd3b8
GH-15137: [C++][CI] Fix ASAN error in streaming JSON reader tests (#33772) The input streams passed to the reader weren't properly taking ownership of their test strings, despite the stream (potentially) outliving the test's scope. * Closes: #15137 Authored-by: benibus <bpharks@gmx.com> Signed-off-by: Antoine Pitrou <antoine@python.org>