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

DRILL-7894: Large Attributes Crash HDF5 Reader #2196

Merged
merged 2 commits into from
Apr 13, 2021

Conversation

cgivre
Copy link
Contributor

@cgivre cgivre commented Apr 13, 2021

DRILL-7894: Large Attributes Crash HDF5 Reader

Description

This PR fixes a minor issue with Drill's HDF5 reader. The jhdf5 reader does not support large b-trees in attributes. This PR adds a try/catch block around the getAttributes() function.

Documentation

No user facing changes.

Testing

Tested with client supplied file.

@cgivre cgivre added the bug label Apr 13, 2021
Copy link
Member

@luocooong luocooong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cgivre Thanks for the PR. +1

@cgivre cgivre merged commit 9398083 into apache:master Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants