RaigorJiang opened a new issue, #24889:
URL: https://github.com/apache/shardingsphere/issues/24889

   ## Bug Report
   ### Which version of ShardingSphere did you use?
   master d8248490
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-Proxy
   
   ### Expected behavior
   Query success
   
   ### Actual behavior
   ```sql
   sharding_db=> 
   select * from pg_catalog.pg_class;sharding_db=> 
   ERROR:  Can not find JDBC type `-6` in PostgreSQL column type
   sharding_db=> 
   ```
   
   ### Reason analyze (If you can)
   A value of `-6` is defined in 
[pg_class.yaml](https://github.com/apache/shardingsphere/blob/d8248490543f16f6f6c582a2b89655aac5eb2459/infra/common/src/main/resources/schema/opengauss/pg_catalog/pg_class.yaml#L254)
 but there is no corresponding type in `PostgreSQLColumnType`.
   


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