Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfengHKU committed Apr 24, 2024
1 parent 54ff4f0 commit ca80b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/types/value/value.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ bool Value::operator==(const Value& rhs) const {
}

void Value::setDataType(const LogicalType& dataType_) {
KU_ASSERT(dataType->getLogicalTypeID() == LogicalTypeID::ANY);
KU_ASSERT(dataType->containsAny());
dataType = dataType_.copy();
}

Expand Down

0 comments on commit ca80b6e

Please sign in to comment.