RaigorJiang opened a new issue, #37533: URL: https://github.com/apache/shardingsphere/issues/37533
## Bug Report ### Which version of ShardingSphere did you use? 5.5.3-SNAPSHOT 539b13ed144f5de366b06763efaecf2aefe3e237 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior The following is a schema and table relationship in a PostgreSQL database. <img width="2186" height="424" alt="Image" src="https://github.com/user-attachments/assets/958d2919-a0d7-4b35-b0b5-74cafc2756c1" /> If register this PostgreSQL database as a storage unit `ds_0` and execute DistSQL: ```sql load single table ds_0.business_schema.*; ``` it is expected that only tables in business_schema will be loaded. ### Actual behavior <img width="1786" height="920" alt="Image" src="https://github.com/user-attachments/assets/51e73497-505c-41f2-9e1b-8d63f449ab39" /> -- 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]
