mirror of
https://github.com/apache/impala.git
synced 2026-01-07 00:02:28 -05:00
6b73eec02dcd4b1f47bfbccbc1ff3f9208a294e5
The previous code did not handle well the case where the spilling happens when building the hash table (i.e. partitioning the build rows fit). This caused the probe partition to be starved causing queries that should be able to run to fail with a not enough buffers error. Change-Id: I3a9a84e8800a72ed3ce6f5ab7ff03bc2d6eb7ad8 Reviewed-on: http://gerrit.sjc.cloudera.com:8080/4403 Reviewed-by: Nong Li <nong@cloudera.com> Tested-by: Nong Li <nong@cloudera.com>
Description
Languages
C++
49.3%
Java
30.4%
Python
14.5%
JavaScript
1.3%
C
1.2%
Other
3.2%