You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "cnissnzg (via GitHub)" <gi...@apache.org> on 2023/04/24 13:19:18 UTC

[GitHub] [doris] cnissnzg opened a new pull request, #19016: [WIP]add auto increment id support

cnissnzg opened a new pull request, #19016:
URL: https://github.com/apache/doris/pull/19016

   # Proposed changes
   
   Issue Number: close #18501 
   
   ## Problem summary
   
   Describe your changes.
   
   ## Checklist(Required)
   
   * [x] Does it affect the original behavior
   * [x] Has unit tests been added
   * [x] Has document been added or modified
   * [x] Does it need to update dependencies
   * [x] Is this PR support rollback (If NO, please explain WHY)
   
   ## Further comments
   
   If this is a relatively large or complex change, kick off the discussion at [dev@doris.apache.org](mailto:dev@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc...
   
   


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] dataroaring commented on pull request #19016: [WIP]add auto increment id support

Posted by "dataroaring (via GitHub)" <gi...@apache.org>.
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] dataroaring closed pull request #19016: [WIP](feature) add auto increment id support

Posted by "dataroaring (via GitHub)" <gi...@apache.org>.
dataroaring closed pull request #19016: [WIP](feature) add auto increment id support
URL: https://github.com/apache/doris/pull/19016


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] yiguolei commented on pull request #19016: [WIP]add auto increment id support

Posted by "yiguolei (via GitHub)" <gi...@apache.org>.
yiguolei commented on PR #19016:
URL: https://github.com/apache/doris/pull/19016#issuecomment-1521011533

   could you please describe the design details for this feature?


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris] dataroaring commented on pull request #19016: [WIP]add auto increment id support

Posted by "dataroaring (via GitHub)" <gi...@apache.org>.
dataroaring commented on PR #19016:
URL: https://github.com/apache/doris/pull/19016#issuecomment-1521037274

   > #18501
   
   https://github.com/apache/doris/issues/18501


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org