arrow git commit: ARROW-404: [Python] Fix segfault caused by HdfsClient getting closed before an HdfsFile

2016-12-08 Thread uwe
Repository: arrow Updated Branches: refs/heads/master c8eb49e41 -> e139b8b7c ARROW-404: [Python] Fix segfault caused by HdfsClient getting closed before an HdfsFile The one downside of this patch is that HdfsFile handles don't get garbage-collected until the cyclic GC runs -- I tried to fix

arrow git commit: ARROW-408: Remove defunct conda recipes

2016-12-08 Thread uwe
Repository: arrow Updated Branches: refs/heads/master 72f80d450 -> c8eb49e41 ARROW-408: Remove defunct conda recipes These are better maintained on conda-forge since there's also an associated cross-platform build environment Author: Wes McKinney Closes #231 from wesm/ARROW-408 and squashe