Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cockroachdb/cockroach
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f7fe9bdd62d4de9b2be7f3fdff45822c84367f70
Choose a base ref
..
head repository: cockroachdb/cockroach
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e7e724ead15aa037f9f0188fe18f8179bf3945f0
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 pkg/sql/row/kv_fetcher.go
2 changes: 1 addition & 1 deletion pkg/sql/row/kv_fetcher.go
Original file line number Diff line number Diff line change
@@ -269,7 +269,7 @@ func (f *KVFetcher) NextKV(
}

// SetupNextFetch overrides the same method from the wrapped KVBatchFetcher in
// to order reset this KVFetcher.
// order to reset this KVFetcher.
func (f *KVFetcher) SetupNextFetch(
ctx context.Context,
spans roachpb.Spans,