jcrobak / parquet-python

python implementation of the parquet columnar file format.
Apache License 2.0
340 stars 257 forks source link

import parquet crashes Python (ipython + 3.6) #51

Closed demidovakatya closed 7 years ago

demidovakatya commented 7 years ago
In [1]: import parquet
Python(76650,0x7fffb31593c0) malloc: *** error for object 0x1048ea580: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
[1]    76650 abort      ipython3

IPython + python 2.7 works fine.

jcrobak commented 7 years ago

I haven't been able to reproduce this. can you try again with version 1.2?

demidovakatya commented 7 years ago

Works fine, thanks!

Python 3.6.1 (default, Mar 23 2017, 16:49:06)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.0.0 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import parquet
In [2]: