jpountz commented on PR #907:
URL: https://github.com/apache/lucene/pull/907#issuecomment-1310330397

   Apologies Luca, but after looking more at your changes, I'm getting worried 
that this change is harder than I had anticipated. I was optimistically hoping 
that never returning null PointValues would automatically help save some 
`NullPointerException`s but looking at your change it looks like there are many 
places where we just need to replace these null checks with other checks if we 
want to keep the logic correct, so things wouldn't magically work on segments 
that have ghost fields unless we explicitly test ghost fields. So I would 
suggest closing this PR, apologies for the time you spent on it.


-- 
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: issues-unsubscr...@lucene.apache.org

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

Reply via email to