Commit 2c28a86
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 ca6da43 commit 2c28a86
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 | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
| 237 | + | |
| 238 | + | |
242 | 239 | | |
243 | 240 | | |
244 | 241 | | |
| |||
0 commit comments