mirror of
https://github.com/apache/impala.git
synced 2026-02-01 12:00:22 -05:00
Since we only make one NULL-aware stream per NAAJ (as opposed to one per partition), we do not care about the memory footprint on this tuple stream. For simplicity, this will always use io-sized buffers. Also, improving error handling in PHJ::ProcessProbeBatch(), as status_ was not being set properly. Disabling the regression test for this bug, as it takes too long to run. Need to find a simpler query. Change-Id: I7572f607199f38b1bc30ae208ece2832522342a1 Reviewed-on: http://gerrit.sjc.cloudera.com:8080/4770 Reviewed-by: Ippokratis Pandis <ipandis@cloudera.com> Tested-by: jenkins Conflicts: be/src/exec/partitioned-hash-join-node.cc