nknize commented on PR #11974:
URL: https://github.com/apache/lucene/pull/11974#issuecomment-1334422558

   Yeah, nice catch @rmuir!!  Thanks for enabling the logical assignment 
error-prone check. I had no idea that was disabled! 
   
   > I feel like some sort of testcase should have been failing here all along?
   
   💯!  
   
   No test cases failed here because the edge membership boolean is only used 
in `CONTAINS` queries, which [isn't yet 
supported](https://github.com/apache/lucene/blob/0a9bb6e2ace2e07512d67dc346ca5d19d473c538/lucene/core/src/java/org/apache/lucene/document/BaseShapeDocValuesQuery.java#L48).
 Either way, I agree w/ you that we should have an explicit check that the 
serialization matches what's expected from the original shape. I'll write up a 
simple one to ensure coverage here. Thanks for catching this!


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