fix spf hashmap is disabled by typo
This commit is contained in:
@ -24,7 +24,7 @@ namespace sql
|
|||||||
|
|
||||||
bool DatumRow::operator==(const DatumRow &other) const
|
bool DatumRow::operator==(const DatumRow &other) const
|
||||||
{
|
{
|
||||||
bool cmp = false;
|
bool cmp = true;
|
||||||
if (cnt_ != other.cnt_) {
|
if (cnt_ != other.cnt_) {
|
||||||
cmp = false;
|
cmp = false;
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user