sohami opened a new pull request #1490: DRILL-6766: Lateral Unnest query : 
IllegalStateException - rowId in right batch of lateral is smaller than rowId 
in left batch being processed
URL: https://github.com/apache/drill/pull/1490
 
 
   This PR has 2 commits: 
   1) Commit 1 just fixes and adds few logging statement mainly in 
Lateral/Unnest operator
   2) Commit 2 fixes the issues where if one incoming batch to streaming agg is 
not fully consumed to produce an output batch because output batch got full, 
the unprocessed rows in incoming was discarded and new incoming was pulled by 
Streaming Agg. The commit fixes this case for both OK and EMIT outcome 
scenarios and have also added a mechanism to simulate output batch getting full 
scenario.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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