Commits


Krisztián Szűcs authored and Sutou Kouhei committed c2762a66015
ARROW-2769: [Python] Deprecate and rename add_metadata methods `WithMetadata` and `with_metadata` in the C++ and Python implementations respectively are better describing the immutable nature of the methods, so depart the previous `AddMetadata` and `add_metadata` methods. Closes #5232 from kszucs/ARROW-2769 and squashes the following commits: 1bdf8ea2c <Krisztián Szűcs> clang-format 50d035cbf <Krisztián Szűcs> deprecate and rename add_metadata methods Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>