File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments