Skip to content
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

Investigate if we can replace BlockBuffer with pyarrow buffer #402

Open
lr4d opened this issue Feb 4, 2021 · 0 comments
Open

Investigate if we can replace BlockBuffer with pyarrow buffer #402

lr4d opened this issue Feb 4, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@lr4d
Copy link
Collaborator

lr4d commented Feb 4, 2021

Problem description

As commented by @NeroCorleone in #397:

We have seen weird IOErrors on long running ktk/dask computations that have caused incidents

These errors happen while reading Parquet files from Azure blob.

One possible cause for this is kartothek's custom implementation of BlockBuffer. While it was useful at the time of implementation, we can look into replacing this with the pyarrow buffer, so that we don't need to maintain this complex piece of code and can discard this a source for the problem.

We'll want to check potential performance implications of this change.

Implementation hint: fa2af5c (#397)

@lr4d lr4d added the bug Something isn't working label Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant