Commits


Antoine Pitrou authored and Korn, Uwe committed ec9b72a23f1
ARROW-1715: [Python] Implement pickling for Column, ChunkedArray, RecordBatch, Table Also: * add a `ChunkedArray.equals` method; * add `RecordBatch.columns` and `Table.columns` properties; * fix a bug where `ChunkedArray::Equals` would return true for 0-chunk arrays with different types. Author: Antoine Pitrou <antoine@python.org> Closes #2292 from pitrou/ARROW-1715-pickle-tables and squashes the following commits: 803d2745 <Antoine Pitrou> ARROW-1715: Implement pickling for Column, ChunkedArray, RecordBatch, Table