Huletian opened a new issue #15759:
URL: https://github.com/apache/shardingsphere/issues/15759


   ## Bug Report
   When using distsql to create standard table rules, parsing errors will occur 
when the inline expression in distsql enumerates the resources of character 
types .
   The following is distsql I used when I created it:
   
   
   create sharding table rule ed_school (
   datanodes("ds_${['bnds','bndsly']}.ed_school"),
   database_strategy(
        type=standard,
        sharding_column=school_code,
        
sharding_algorithm(TYPE(NAME=inline,PROPERTIES("algorithm-expression"="ds_${school_code}")))
   )
   );
   
   
   


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