Skip to content

Commit

Permalink
revert qvalue.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Amogh-Bharadwaj committed Mar 21, 2024
1 parent fcba214 commit f75d9fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flow/model/qvalue/qvalue.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f75d9fa

Please sign in to comment.