[GitHub] [lucene-solr] madrob commented on pull request #2118: SOLR-15031: Prevent null being wrapped in a QueryValueSource

2020-12-15 Thread GitBox


madrob commented on pull request #2118:
URL: https://github.com/apache/lucene-solr/pull/2118#issuecomment-745607522


   Thanks for adding the test! it passes for me when run alone, but not as part 
of the full class, can you verify in your environment as well?
   
   `./gradlew :solr:core:test --tests TestFunctionQuery`



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[GitHub] [lucene-solr] madrob commented on pull request #2118: SOLR-15031: Prevent null being wrapped in a QueryValueSource

2020-12-15 Thread GitBox


madrob commented on pull request #2118:
URL: https://github.com/apache/lucene-solr/pull/2118#issuecomment-745608863


   Also, would you mind adding an entry to `solr/CHANGES.txt` with how you 
would like proper credit/attribution? I'll make sure that it gets to the right 
section, so don't stress about that if you are unsure.



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[GitHub] [lucene-solr] madrob commented on pull request #2118: SOLR-15031: Prevent null being wrapped in a QueryValueSource

2020-12-11 Thread GitBox


madrob commented on pull request #2118:
URL: https://github.com/apache/lucene-solr/pull/2118#issuecomment-743349014


   > Can you give me a hint where I can add such test (and maybe find some 
inspiration from existing tests)?
   
   You can add a test to 
https://github.com/apache/lucene-solr/blob/master/solr/core/src/test/org/apache/solr/search/function/TestFunctionQuery.java
 the `text` field in the schema for that test is already configured to use 
stopwords: `stopworda` and `stopwordb`



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org



[GitHub] [lucene-solr] madrob commented on pull request #2118: SOLR-15031: Prevent null being wrapped in a QueryValueSource

2020-12-08 Thread GitBox


madrob commented on pull request #2118:
URL: https://github.com/apache/lucene-solr/pull/2118#issuecomment-741045328


   Overall the fix is definitely good, and I think it's correct, just a few 
minor questions about it for completeness. Thank you for opening the PR!



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:
us...@infra.apache.org



-
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org