[
https://issues.apache.org/jira/browse/ARROW-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16170911#comment-16170911
]
ASF GitHub Bot commented on ARROW-1550:
---------------------------------------
GitHub user wesm opened a pull request:
https://github.com/apache/arrow/pull/1114
ARROW-1550: [Python] Explicitly close owned file handles in
ParquetWriter.close to avoid Windows flakiness
I can reproduce this failure locally, but I'm unsure why this just now
started happening. The 0.7.0 release build passed
(https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/build/1.0.3357/job/477b1iicmwuy51l8)
and there haven't been related code changes since then. Either way it's better
to close the sink explicitly
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wesm/arrow ARROW-1550
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/arrow/pull/1114.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1114
----
commit 7248c793f755a559b0cbf7e2efe8519a27ed0a15
Author: Wes McKinney <[email protected]>
Date: 2017-09-18T23:46:36Z
Explicitly close owned file handles in ParquetWriter.close to avoid
flakiness on Windows
commit 863827c4ad1f483b83af505d05b0e75cf7c4955a
Author: Wes McKinney <[email protected]>
Date: 2017-09-18T23:53:03Z
Check status
----
> [Python] Fix flaky test on Windows
> -----------------------------------
>
> Key: ARROW-1550
> URL: https://issues.apache.org/jira/browse/ARROW-1550
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Wes McKinney
> Labels: pull-request-available
> Fix For: 0.8.0
>
>
> See failure in
> https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/build/1.0.3408/job/6b0xfl341f1rqjyl
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)