RaigorJiang opened a new pull request #14539:
URL: https://github.com/apache/shardingsphere/pull/14539


   Improve data nodes visitor for sharding table rule.
   
   Now, `DATANODES("ds_${[256181,256182]}.t_order")` will be parsed to 
`DATANODES("ds_${256181,256182}.t_order")`,  the BRACKETS  `[]` were lost.
   It will cause InlineExpressionParser exception.
   


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