renatoh commented on code in PR #3426:
URL: https://github.com/apache/solr/pull/3426#discussion_r2201320096


##########
solr/modules/llm/src/test/org/apache/solr/llm/textvectorisation/update/processor/TextToVectorUpdateProcessorFactoryTest.java:
##########
@@ -132,7 +132,7 @@ public void 
init_notDenseVectorOutputField_shouldThrowExceptionWithDetailedMessa
 
   /* Following test depends on a real solr schema and depends on 
BeforeClass-AfterClass methods */
   @Test
-  public void 
init_notExistentInputField_shouldThrowExceptionWithDetailedMessage() {
+  public void init_notExistentInputField_shouldNotThrowException() {

Review Comment:
   ok, I am checking now it the input or output field is a dynamic field and 
the exception is now still throw if the non-dynamic-field does not exists



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to