Commits


Wes McKinney authored and Uwe L. Korn committed 96f3d6176d8
ARROW-749: [Python] Delete partially-written Feather file when column write fails This is currently the only place where we are doing an atomic create-file/write-file. We should be mindful of other serialization functions which may yield unreadable files in the future. Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #484 from wesm/ARROW-749 and squashes the following commits: 137e235 [Wes McKinney] Delete partially-written Feather file when column write fails