dsmiley commented on a change in pull request #724: SOLR-13523: Atomic Update
results in NullPointerException
URL: https://github.com/apache/lucene-solr/pull/724#discussion_r294084897
##########
File path:
solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTests.java
##########
@@ -1789,30 +1789,41 @@ public void testUpdateMultiValuedField() throws
Exception {
SolrClient solrClient = getSolrClient();
SolrInputDocument doc = new SolrInputDocument();
doc.addField("id", "123");
+ doc.addField("cat", "first");//creates the field by side-effect
Review comment:
I think we don't have to modify this method to show the problem after all.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]