Commits


Chiyang Wan authored and Antoine Pitrou committed 08653321c51
ARROW-10651: [C++] Fix alloc-dealloc-mismatch in S3-related factory aws-sdk-cpp requires to use matched Aws::New and Aws::Delete. Since the AwsWriteableStreamFactory provides an Aws::IOStreamFactory object that would be called inside aws-sdk-cpp, it is supposed to use an Aws::New instead of the native cpp new operator. Closes #8712 from chiyang10000/s3-sdk-mem-sanitize Authored-by: Chiyang Wan <chiyang10000@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>