Commits


Antoine Pitrou authored and Korn, Uwe committed d7d319662db
ARROW-2442: [C++] Disambiguate builder Append() overloads Vector-style Append() methods are renamed AppendValues(). The original methods are marked deprecated. Author: Antoine Pitrou <antoine@python.org> Closes #1900 from pitrou/ARROW-2442-builder-append-disambiguate and squashes the following commits: b6f597e9 <Antoine Pitrou> Add ARROW_DEPRECATED() macro and use it 2db3f258 <Antoine Pitrou> ARROW-2442: Disambiguate builder Append() overloads