mirror of
https://github.com/apache/impala.git
synced 2026-01-04 09:00:56 -05:00
This change gets rid of RuntimeState::udf_mem_tracker_, and introduces ExecNode::expr_mem_tracker to replace it. This way expr allocations are still separate, but they fall under the correct exec node. Change-Id: Iaf2cf610c2adf244ade94a9adb906cd68ad78838 Reviewed-on: http://gerrit.sjc.cloudera.com:8080/5000 Reviewed-by: Skye Wanderman-Milne <skye@cloudera.com> Tested-by: jenkins (cherry picked from commit 700cd9cde07b6717c758b906c98a6785b34d6634) Reviewed-on: http://gerrit.sjc.cloudera.com:8080/5212