RaigorJiang commented on issue #21521: URL: https://github.com/apache/shardingsphere/issues/21521#issuecomment-1301728226
In my environment, it was the following SQL that caused the NPE, which was not the same as what @Dangshuangyin provided: ```sql /* ApplicationName=DBeaver 22.2.3 - Main */ SELECT * FROM information_schema.TABLES t WHERE t.TABLE_SCHEMA = 'information_schema' AND t.TABLE_NAME = 'CHECK_CONSTRAINTS'; ``` -- 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]
