mspruc opened a new pull request, #590:
URL: https://github.com/apache/incubator-wayang/pull/590

   Calcite gives key indexes that correspond to the combining of both the left 
and right table, to get to the correct position in each, we have to subtract 
the field count of the left table from calcite's right key index. We use the 
fact that the smallest key always references the left table and can be eagerly 
used w/o offsets, and then calculate the right key with an offset.


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