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

[Issue 334]: Handle possible null from solrClient.getById #414

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

wwelling
Copy link

@wwelling wwelling commented Aug 2, 2024

This will handle the possible return null value and the unexpected null pointer exception thrown from Solr dependency.

https://solr.apache.org/docs/9_1_0/solrj/org/apache/solr/client/solrj/SolrClient.html#getById(java.lang.String,java.lang.String)

@wwelling wwelling linked an issue Aug 2, 2024 that may be closed by this pull request
@wwelling wwelling requested a review from rhundal7 August 2, 2024 18:45
@wwelling wwelling merged commit cb7083e into august-sprint-staging Aug 2, 2024
12 checks passed
@wwelling wwelling changed the title Handle possible null from solrClient.getById [Issue 334]: Handle possible null from solrClient.getById Aug 22, 2024
@wwelling wwelling deleted the august-sprint-334 branch August 22, 2024 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception handling while going in Data-Analytics
2 participants