Michael Ho has uploaded a new change for review. http://gerrit.cloudera.org:8080/6263
Change subject: IMPALA-4008: Don't bake fields into generated IR functions of OldHashTable ...................................................................... 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 --- M be/src/codegen/gen_ir_descriptions.py M be/src/codegen/impala-ir.cc M be/src/exec/CMakeLists.txt M be/src/exec/hash-table-ir.cc M be/src/exec/hash-table.cc M be/src/exec/hash-table.h A be/src/exec/old-hash-table-ir.cc M be/src/exec/old-hash-table.cc M be/src/exec/old-hash-table.h 9 files changed, 171 insertions(+), 68 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/63/6263/1 -- To view, visit http://gerrit.cloudera.org:8080/6263 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I75500827dff56b1fa9e5296e8e8d8667ab54aef8 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Michael Ho <[email protected]>
