We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is more of a discussion on how to handle this case.
Do we want to leave it, or should we add a require()?
require()
The exception isn't thrown until the CoverageRDD is materialized, and NullPointerExceptions are notoriously difficult to debug at times.
CoverageRDD
NullPointerExceptions
I think it would be nicer to have in ADAM, but I am also happy to handle this exception downstream if that is the consensus.
The text was updated successfully, but these errors were encountered:
I would +1 adding a require. IMO, users shouldn't see a NPE.
require
NPE
Sorry, something went wrong.
devin-petersohn
No branches or pull requests
This is more of a discussion on how to handle this case.
Do we want to leave it, or should we add a
require()
?The exception isn't thrown until the
CoverageRDD
is materialized, andNullPointerExceptions
are notoriously difficult to debug at times.I think it would be nicer to have in ADAM, but I am also happy to handle this exception downstream if that is the consensus.
The text was updated successfully, but these errors were encountered: