jt2594838 opened a new pull request #1361: URL: https://github.com/apache/incubator-iotdb/pull/1361
Previously, `InsertTabletPlan` does not follow the same execution path like other plans, and also have very different return type from others, which caused trouble in the distributed version to process them in a uniformed way. I changed the execution path to let `InsertTabletPlan` also go into `executeNonQuery()` and wrap the TSStatus in an exception so the inner calls can return void like many other methods. ---------------------------------------------------------------- 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]
