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

Importers method do not support null object for DataSource, Path, InputStream, etc. #1990

Open
miovd opened this issue Mar 1, 2022 · 0 comments

Comments

@miovd
Copy link
Contributor

miovd commented Mar 1, 2022

  • Do you want to request a feature or report a bug?
    Bug

  • What is the current behavior?
    Null objects in Importers method are processed without any throwed exception.

  • If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
    This has been discussed here. There are tests that show this behavior.

  • What is the expected behavior?
    An exception should be thrown: objects should be required not null.

  • What is the motivation / use case for changing the behavior?
    Preventing NPE along the way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants