Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.5.0
-
None
Description
void* e = filter_expr_ctxs_[i]->GetValue(row); uint32_t h = RawValue::GetHashValue(e, build_expr_ctxs_[i]->root()->type(), <------- should be filter_expr_ctxs_ RuntimeFilterBank::DefaultHashSeed()); bloom_filters[i]->Insert(h);