taojintianxia commented on issue #5219: redundant insert (insert twice) URL: https://github.com/apache/incubator-shardingsphere/issues/5219#issuecomment-615149854 after communicate with yonglun , I realized the root cause of this behavior : there is no `order_id ` column in my table, and set up a sharding table rule with a not existed collumn, so when I insert the data , sharding proxy will treat it as none table column . the solution is create the corresponding collumn `order_id` or replace the `order_id` with `user_id` in that config file. thanks yonglun @tuohai666
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
