Commit 9a6c06a
committed
Trim duplicated inline comment on wildcard-table check
The inline block repeated the method-level Javadoc rationale for why
vectorSearch() targets a single concrete index. Collapse to a one-line
reference so readers do not see the same reasoning twice.
No functional change.
Signed-off-by: Eric Wei <mengwei.eric@gmail.com>1 parent b2527e5 commit 9a6c06a
1 file changed
Lines changed: 2 additions & 5 deletions
File tree
- opensearch/src/main/java/org/opensearch/sql/opensearch/storage
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
| 206 | + | |
| 207 | + | |
211 | 208 | | |
212 | 209 | | |
213 | 210 | | |
| |||
0 commit comments