Skip to content

Commit

Permalink
added a todo comment
Browse files Browse the repository at this point in the history
Signed-off-by: Harshit Gangal <[email protected]>
  • Loading branch information
harshit-gangal committed Dec 7, 2024
1 parent 431e946 commit cc9d853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/vtgate/engine/plan_description.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ func (pd PrimitiveDescription) Equals(other PrimitiveDescription) string {
return fmt.Sprintf("OperatorType: %v != %v", pd.OperatorType, other.OperatorType)
}

// TODO (harshit): enable this to compare keyspace as well
// switch {
// case pd.Keyspace == nil && other.Keyspace == nil:
// // do nothing
Expand Down

0 comments on commit cc9d853

Please sign in to comment.