Commit f6ec54f
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 2c28a86 commit f6ec54f
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 | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
235 | 237 | | |
236 | 238 | | |
237 | 239 | | |
| |||
0 commit comments