mihaibudiu opened a new pull request, #4465:
URL: https://github.com/apache/calcite/pull/4465

   This is a second attempt to fix [CALCITE-7070], since @julianhyde was 
unhappy about the first try.
   
   The root cause of the crash is that there is an assert in RelMdPredicates 
which fails. 
   So I have added an invariant to this data structure, checked on 
construction, that it does not contain any comparisons with null. Then the 
assert is always satisfied.
   
   I had to fix two callers which construct RedMdPredicates to enforce this 
invariant. 


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

Reply via email to