dataroaring commented on PR #19016: URL: https://github.com/apache/doris/pull/19016#issuecomment-1521045948
1. add checking for duplicate key, auto-increment column is allowed only for duplicated tables. 2. create a table with one auto increment id key column, desc it and show create table on it. 3. create a table with one auto increment id value column, desc it and show create table on it. 4. create a table with one auto increment id key column and value column, desc it and show create table on it. 5. mutlti columns for 2 3 4. 6. insert values for 2 3 4 5 and select, just a case, currently we ignores result. 7. 2 3 4 for non duplicated tables and check the exception. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
