-
Notifications
You must be signed in to change notification settings - Fork 884
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
IPC reader panics with out of bounds error #541
Labels
Comments
I just saw some more context for this, so maybe not truly an Arrow IPC bug after all (although it would be nice to avoid the panic).
|
I have a repro case with a 2MB IPC file |
|
Could you upload the file? |
I've uploaded it to Google Drive: https://drive.google.com/file/d/1C7h_VE6F3PrChyOf3lkUrUmA33kmdowm/view?usp=sharing |
Sorry for the noise. It looks like I had two threads writing to the same file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I am working on a PR in DataFusion and hit this during query execution.
To Reproduce
I don't have a repro case yet. I will try and create one.
Expected behavior
Don't panic.
Additional context
None
The text was updated successfully, but these errors were encountered: