Files
impala/be
Michael Ho 56e3716649 IMPALA-4008: Don't bake fields into generated IR functions of OldHashTable
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
2017-03-11 06:40:17 +00:00
..