morningman opened a new issue #2004: Insert stmt with label return Label [xxx] has already been used URL: https://github.com/apache/incubator-doris/issues/2004 **Describe the bug** When using insert stmt with label, and there are subqueries in select clause, An error of `Label [xxx] has already been used` will return immediately after submitting the request. and the insert operation will not work. ** Why** Insert stmt may be analyzed twice, and we do begin transaction at analysis phase. So the txn with same label may begin twice.
---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
