Commits

Wes McKinney authored f589370bef5
ARROW-8671: [C++] Use new BodyCompression Flatbuffers member for IPC compression metadata If the message uses V4 metadata then we also look for the "ARROW:experimental_compression" field in Message::custom_metadata so that IPC message written with 0.17.x can be read in 1.0.0 and beyond. Closes #7571 from wesm/ARROW-8671 Authored-by: Wes McKinney <wesm@apache.org> Signed-off-by: Wes McKinney <wesm@apache.org>