You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/07/01 12:51:18 UTC

[GitHub] [lucene] glawson0 commented on pull request #157: LUCENE-9963 Fix issue with FlattenGraphFilter throwing exceptions from holes

glawson0 commented on pull request #157:
URL: https://github.com/apache/lucene/pull/157#issuecomment-872219546


   Failure is from random testing. It looks like I'm overthinking how to handle calculating the new output node in `recoverHole`. Since multiple graphs could look the same after deletions, but would have flattened differently without the deletes, calculating future nodes in the middle of flattening isn't going to work. Instead the code will have to place at the end of the output graph adjusting for known holes.


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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