zjcnb edited a comment on issue #14475: URL: https://github.com/apache/shardingsphere/issues/14475#issuecomment-1003736162
@ziliangzeng Hi, I think it 's right. Because, the broadcast tables are take effect in sharding. You can refer to : https://shardingsphere.apache.org/document/current/en/features/sharding/concept/table/. If you want to used broadcast, you must change actualDataNodes: `ds_0.t_order1 `to actualDataNodes: `ds_${0..1}.t_order1`. What do you think? -- 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]
