tristaZero opened a new issue #8880: URL: https://github.com/apache/shardingsphere/issues/8880
Hi, This is an enhancement function for query optimization. It is not a difficult one, welcome your contribution. ### Target Add corresponding SqlConformanceEnum and Lex to the properties of Calcite by `ShardingSphereMetaData` in `CalciteContextFactory`. ### Items - Get `DatabaseType` from `ShardingSphereResource` of `ShardingSphereMetaData` - Get the corresponding type value from `SqlConformanceEnum` - Get the corresponding type value from `Lex` - Put the two values above into `Properties` in `createProperties()` of `CalciteContextFactory` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
