You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/01/05 08:23:24 UTC

[GitHub] [shardingsphere] RaigorJiang opened a new pull request #14539: Improve data nodes visitor for sharding table rule.

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] tristaZero merged pull request #14539: Improve data nodes visitor for sharding table rule.

Posted by GitBox <gi...@apache.org>.
tristaZero merged pull request #14539:
URL: https://github.com/apache/shardingsphere/pull/14539


   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org