Ben-Zvi commented on issue #1373: DRILL-6517: Hash-Join: handling uninitialized 
vector container
URL: https://github.com/apache/drill/pull/1373#issuecomment-416800370
 
 
   @ilooner please review -- This PR was changed, reduced from its original 
scope as other work (e.g. DRILL-6453) handled the main issue (a STOP outcome 
with uninitialized container).
      The main addition is the test file, checking that incoming uninitialized 
input containers (for STOP or NONE outcomes) are handled correctly. (Basically 
the same test as before, only now calling `next()` twice (as the first call 
always returns OK_NEW_SCHEMA)). 
      A small fix was needed for the hash join, as in the case the first real 
incoming batch was NONE, the second `next()` was returning an OK (with 0 rows). 
With the change it returns NONE.
     And a minor change in the MockRecordBatch to avoid getting record count on 
uninitialized containers. 
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to