morningman opened a new issue #1763: Support specifying label in insert stmt
URL: https://github.com/apache/incubator-doris/issues/1763
 
 
   In the current implementation, the user cannot specify a Label for the 
INSERT command, which can lead to some usage problems.
   
   When the user executes an INSERT command, but for some reason the connection 
is disconnected, the user will not know if the INSERT command is successful.
   
   So I think we should support specifying label in insert stmt, not just using 
a UUID automatically
   assigned by system. Because this UUID can only be returned when the 
statement return successfully.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@doris.apache.org
For additional commands, e-mail: dev-h...@doris.apache.org

Reply via email to