mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-05 02:59:44 -06:00
Merge pull request #9111 from dolthub/nicktobey/adaptive_value_bug
[no-release-notes] Fix copy-paste error in AdaptiveEncodingTypeHandler::SerializedCompare
This commit is contained in:
@@ -238,7 +238,7 @@ func (handler AdaptiveEncodingTypeHandler) SerializedCompare(ctx context.Context
|
||||
}
|
||||
}
|
||||
if adaptiveValue2.IsOutOfBand() {
|
||||
adaptiveValue1, err = adaptiveValue2.convertToInline(ctx, handler.vs, nil)
|
||||
adaptiveValue2, err = adaptiveValue2.convertToInline(ctx, handler.vs, nil)
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user