fix spf hashmap is disabled by typo

This commit is contained in:
obdev
2024-02-07 23:27:09 +00:00
committed by ob-robot
parent e0398bb9a7
commit 6cdcf2bcec

View File

@ -24,7 +24,7 @@ namespace sql
bool DatumRow::operator==(const DatumRow &other) const
{
bool cmp = false;
bool cmp = true;
if (cnt_ != other.cnt_) {
cmp = false;
} else {