Commit a9463b5
committed
Extend validateTableName Javadoc to cover wildcard/multi-target rejection
The Javadoc previously described only the regex allow-list and the
_all / . / .. rejections; update it to also mention the dedicated
wildcard ('*') and comma-separated multi-target rejection branch
introduced in this PR, so the doc matches the method body.
Signed-off-by: Eric Wei <mengwei.eric@gmail.com>1 parent 9a6c06a commit a9463b5
1 file changed
Lines changed: 7 additions & 5 deletions
File tree
- opensearch/src/main/java/org/opensearch/sql/opensearch/storage
Lines changed: 7 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
| |||
0 commit comments