makssent opened a new issue, #35167: URL: https://github.com/apache/shardingsphere/issues/35167
Hello everyone! I would like to know if there is any information available about system tables in ShardingSphere. I couldn’t find anything useful in the documentation, but while reviewing the source code, I found several classes that list the supported system tables for different databases. For example, there is the class [KernelSupportedSystemTables](https://github.com/apache/shardingsphere/blob/2fe7cfd1cdfb60a19b60422db9876506dffe0aeb/infra/common/src/main/java/org/apache/shardingsphere/infra/metadata/database/schema/builder/KernelSupportedSystemTables.java#L4) and the class [EnumerableConstants](https://github.com/apache/shardingsphere/blob/2fe7cfd1cdfb60a19b60422db9876506dffe0aeb/kernel/sql-federation/executor/src/main/java/org/apache/shardingsphere/sqlfederation/executor/constant/EnumerableConstants.java#L4). My goal is to add support for new system tables for databases. Are there any resources or issues that I may have missed which could help with this? I would appreciate any help. -- 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: notifications-unsubscr...@shardingsphere.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org