shinxi commented on issue #20891:
URL:
https://github.com/apache/shardingsphere/issues/20891#issuecomment-1244874711
@linghengqian thanks for the response. Didn't understand what you meant by
`non-mandatory hint`, but the issue does exist for a single dimension array,
i.e., from your example
```sql
insert into t values (2, array[1]);
```
```java
template.queryForList("select i1[1] from t where i0=2");
```
will fail as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]