mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-03 11:30:28 -05:00
dolt/go: Changes from Equals not taking *Format.
This commit is contained in:
committed by
Brian Hendriks
parent
2a3a0988eb
commit
80c2e40b60
@@ -78,7 +78,7 @@ func indexPathCompare(format *types.Format, pp types.IndexPath, o types.PathPart
|
||||
case types.FieldPath:
|
||||
return 1
|
||||
case types.IndexPath:
|
||||
if pp.Index.Equals(format, opp.Index) {
|
||||
if pp.Index.Equals(opp.Index) {
|
||||
if pp.IntoKey == opp.IntoKey {
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user