-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Error in python': free(): invalid next size (normal)" when reading boolean columns from Parquet files into
tfio.IODataset`
#1281
Comments
@bguisard Wondering if you can provide the pyarrow version, is it 3.0.0 or 2.0.0? |
I didn't install pyarrow on my local environment. It's only used on the Colab notebook mentioned above, to generate parquet files with random data, so we can easily reproduce the error. I'm guessing that the issue is not with pyarrow, but with the C++ ops used by tensorflow-io to parse parquet files. |
Thanks for the quick turn around @yongtang. Unfortunately, the problem doesn't seem to go away after upgrading to
FYI:
|
This is caused by a bug in the |
@bguisard I have applied @diggerk 's patch (thanks 👍 ) to tensorflow-io and a new version of tensorflow-io-nightly is available: Can you give it a try? |
Hi,
I am running into a corrupted memory issue when I try to read boolean columns from parquet files.
This colab notebook reproduces the error. I'm also attaching my local error log for convenience since Colab doesn't seem to expose the error that caused it to crash:
The text was updated successfully, but these errors were encountered: