fix_hashtable_lookup

pull/7687/head
sunsuodong 4 years ago
parent e10d55165a
commit 13a8fbfeee

@ -62,7 +62,7 @@ int HashtableLookupCPUKernel::Run() {
output_string_pack[i] = null_string_pack;
hits_data[i] = 0;
} else {
output_string_pack[i] = all_string_pack[i];
output_string_pack[i] = all_string_pack[index];
hits_data[i] = 1;
}
}

Loading…
Cancel
Save