diff --git a/flow/model/qvalue/qvalue.go b/flow/model/qvalue/qvalue.go index 33be135e3d..ae0a3945ab 100644 --- a/flow/model/qvalue/qvalue.go +++ b/flow/model/qvalue/qvalue.go @@ -64,8 +64,6 @@ func (q QValue) Equals(other QValue) bool { case QValueKindDate, QValueKindTimestamp, QValueKindTimestampTZ: return compareGoTime(q.Value, other.Value) - case QValueKindInterval: - return compareString(q.Value, other.Value) case QValueKindTime, QValueKindTimeTZ: return compareGoCivilTime(q.Value, other.Value) case QValueKindNumeric: