mirror of
https://github.com/apache/impala.git
synced 2026-01-07 00:02:28 -05:00
To support sharing generated code across fragment instances, no fragment instance specific states should be baked into the IR. All cases were addressed previously except for the old hash tables used for legacy agg/join. This change fixes the old hash tables to not bake its fields in the generated IR functions. Similar to previous patches, some cross-compiled thin wrappers are introduced to access the fields of interest from an OldHashTable object. Change-Id: I75500827dff56b1fa9e5296e8e8d8667ab54aef8 Reviewed-on: http://gerrit.cloudera.org:8080/6263 Reviewed-by: Michael Ho <kwho@cloudera.com> Tested-by: Impala Public Jenkins