Skip to content

Commit f8261e8

Browse files
darshanimejbowens
authored andcommitted
use sstable.Span which is not internal
1 parent 0aca500 commit f8261e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sstable/block_property.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313

1414
"github.com/cockroachdb/pebble/internal/base"
1515
"github.com/cockroachdb/pebble/internal/invariants"
16-
"github.com/cockroachdb/pebble/internal/keyspan"
1716
)
1817

1918
// Block properties are an optional user-facing feature that can be used to
@@ -108,7 +107,7 @@ type BlockPropertyCollector interface {
108107
// key properties are stored separately and don't contribute to data block
109108
// properties. They are only used when FinishTable is called.
110109
// TODO(radu): clean up this subtle semantic.
111-
AddRangeKeys(span keyspan.Span) error
110+
AddRangeKeys(span Span) error
112111

113112
// AddCollectedWithSuffixReplacement adds previously collected property data
114113
// and updates it to reflect a change of suffix on all keys: the old property

0 commit comments

Comments
 (0)