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

   ### Which version of ShardingSphere did you use?
   
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   946080bc60610bec379b52b07de6a25842977fc2
   
   ### Expected behavior
   
   ```
   CREATE SHARDING ALGORITHM database_inline (
     TYPE(NAME=INLINE,PROPERTIES("algorithm-expression"="ds_${user_id % 2}"))
   );
   ```
   
   Sharding algorithm to be created successfully. 
   
   ### Actual behavior
   
   Throws error
   ### Reason analyze (If you can)
   
   It looks like the `CREATE SHARDING ALGORITHM` support is removed from 
version 5.3.0. Only the `DROP SHARDING ALGORITHM` exists.
   
   I would like to understand whether this was an intentional change or removed 
by mistake during refactoring. 
   


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