Commits


Korn, Uwe authored and Antoine Pitrou committed 129993109c3
ARROW-2443: [Python] Allow creation of empty Dictionary indices Empty dictionaries are a valid use case if you have absolutely no data in an array. This was working pre-0.9.0 releases of Arrow. Author: Korn, Uwe <Uwe.Korn@blue-yonder.com> Closes #1906 from xhochy/ARROW-2443 and squashes the following commits: 5bda740 <Korn, Uwe> ARROW-2443: Allow creation of empty Dictionary indices