strongduanmu commented on pull request #11354: URL: https://github.com/apache/shardingsphere/pull/11354#issuecomment-881070624
@tup916 The first problem is the initialization of `t_order_item_federate_sharding`. We need to initialize in the integration test according to the corresponding configuration. You can refer to `jdbc_init_federate_1.sql` for table creation operations. In addition, `t_order_item_federate_sharding` is a sharding table, you need to refer to `config-federate.yaml` to add sharding configuration. BTW, the case of the integration test needs to be as consistent as possible with JUNIT. I found that you adjusted the fields of the `t_order_item_federate_sharding` table. -- 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]
