FlyingZC commented on issue #24393: URL: https://github.com/apache/shardingsphere/issues/24393#issuecomment-1451128530
By the stacktrace, the NPE code is `ShardingSphereTable table = schema.getTable(tableName);`, please check whether the table exists in the shardingsphere metadata. If you manually create a physical table after starting ShardingSphere, ShardingSphere cannot detect it. -- 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]
