RaigorJiang opened a new issue, #21738: URL: https://github.com/apache/shardingsphere/issues/21738
Hi community, This issue is for #21659, 21671. ### Aim Because `RESOURCE` has been renamed to `STORAGE UNIT`, `REFRESH TABLE METADATA` also needs to be updated accordingly. Doc: https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/ - `REFRESH TABLE METADATA tableName FROM RESOURCE resourceName` -> `REFRESH TABLE METADATA tableName FROM STORAGE UNIT unitName` - `REFRESH TABLE METADATA FROM RESOURCE resourceName SCHEMA schemaName` -> `REFRESH TABLE METADATA FROM STORAGE UNIT unitName SCHEMA schemaName` -- 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]
