rubenada opened a new pull request #1833: [CALCITE-3828] MergeJoin throws NPE 
in case of null keys
URL: https://github.com/apache/calcite/pull/1833
 
 
   Jira ticket: 
[CALCITE-3828](https://issues.apache.org/jira/browse/CALCITE-3828)
   
   EnumerableDefaults#MergeJoinEnumerator throws a NPE in case of null keys.
   MergeJoin algorithm assumes that inputs sorted in ascending order, with 
nulls last (see EnumerableMergeJoinRule), so when reaching a null key on the 
left / right side means that we are done.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to