Commits


Yue authored and GitHub committed 45d83fec743
ARROW-16430: [Python] Add support for reading record batch custom metadata API (#13041) In ARROW-16131, C++ APIs were added so that users can read/write record batch custom metadata for IPC file. In this PR, pyarrow APIs are added so that python users can take advantage of these APIs to address ARROW-16430. Lead-authored-by: Yue Ni <niyue.com@gmail.com> Co-authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>