yx9o opened a new issue, #26732:
URL: https://github.com/apache/shardingsphere/issues/26732

   Hi Community:
   I noticed the method in ConvertYamlConfigurationExecutor to generate DsitSQL 
for each feature, and I want to provide an SPI to replace them.
   
   for example:
   ```java
   @SingletonSPI
   public interface ConvertYamlRuleConfigurationProvider extends TypedSPI {
   
        String generateDistSQL(final YamlRuleConfiguration yamlRuleConfig);
   }
   ```
   Is this okay?
   


-- 
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]

Reply via email to