-
Notifications
You must be signed in to change notification settings - Fork 23
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
DX-82852: Nullify fieldReader when cleaning up listreader. #49
Conversation
Thanks for opening a pull request! If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format?
or
In the case of PARQUET issues on JIRA the title also supports:
See also: |
After submitting Cherry pick Gh 15187 into dremio 24.3 12 (#47) · dremio/arrow@c2ad17b , Jeremy ran into an issue with a test he was writing failing. WIP: https://gerrit.drem.io/gerrit/c/dremio/+/55212
After extensive debugging Jeremy and I determined that the fieldReader object was being left behind and causing some odd behavior in the unit test.
https://dremio.atlassian.net/browse/DX-82852