You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2019/10/01 23:28:00 UTC

[jira] [Created] (ARROW-6757) [Python] Creating csv.ParseOptions() causes "Windows fatal exception: access violation" with Visual Studio 2017

Wes McKinney created ARROW-6757:
-----------------------------------

             Summary: [Python] Creating csv.ParseOptions() causes "Windows fatal exception: access violation" with Visual Studio 2017
                 Key: ARROW-6757
                 URL: https://issues.apache.org/jira/browse/ARROW-6757
             Project: Apache Arrow
          Issue Type: Bug
          Components: Python
            Reporter: Wes McKinney
             Fix For: 1.0.0


I encountered this when trying to verify the release with MSVC 2017. It may be particular to this machine or build (though it's 100% reproducible for me). I will check the Windows wheels to see if it occurs there, too

{code}
(C:\tmp\arrow-verify-release\conda-env) λ python
Python 3.7.3 | packaged by conda-forge | (default, Jul  1 2019, 22:01:29) [MSC v.1900 64 bit (AMD64)] :: Anaconda, Inc. on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyarrow.csv as pc
>>> pc.ParseOptions()
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)