Skip to content

Commit dae202a

Browse files
authored
Update pkg/tablecodec/tablecodec.go
1 parent 82aae36 commit dae202a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tablecodec/tablecodec.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ type TempIndexValueElem struct {
13161316
Delete bool
13171317
Distinct bool
13181318

1319-
// Global means it's a global Index, for partitioned tables. Only for `distinct` + `deleted` scenario right now.
1319+
// Global means it's a global Index, for partitioned tables. Currently only used in `distinct` + `deleted` scenarios.
13201320
Global bool
13211321
}
13221322

0 commit comments

Comments
 (0)