Commit 4f99430
committed
sst: fix warnings in .proto files
This fixes the following warnings for fields recently added for the
distributed merge work:
```
WARNING: field SSTFileInfo.StartKey is a non-nullable bytes type, nullable=false has no effect
WARNING: field SSTFileInfo.EndKey is a non-nullable bytes type, nullable=false has no effect
WARNING: field SSTFiles.RowSamples is a repeated non-nullable native type, nullable=false has no effect
```
Epic: CRDB-48845
Release notes: none1 parent 70ac59b commit 4f99430
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
0 commit comments