FlyingZC commented on issue #26006:
URL: 
https://github.com/apache/shardingsphere/issues/26006#issuecomment-1575964871

   @AsfarHorani Welcome,execute the sqls below in ShardingSphere-Proxy, and fix 
the NPE exception.
   ```sql
   postgres=# create table t2(id name);
   CREATE TABLE
   
   postgres=# insert into t2 values('test');
   INSERT 0 1
   
   -- It reports NPE in ShardingSphere-Proxy
   postgres=# select * from t2 where t2.id[0]='t';
   ```


-- 
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]

Reply via email to