nextdreamblue commented on code in PR #10464:
URL: https://github.com/apache/doris/pull/10464#discussion_r910677895


##########
regression-test/data/data_model/unique/test_unique_table_like.out:
##########
@@ -5,11 +5,13 @@ int_value     INT     Yes     false   \N      REPLACE
 char_value     CHAR(10)        Yes     false   \N      REPLACE
 date_value     DATE    Yes     false   \N      REPLACE
 __DORIS_DELETE_SIGN__  TINYINT No      false   0       REPLACE
+__DORIS_SEQUENCE_COL__ INT     Yes     false   \N      REPLACE

Review Comment:
   Before fix this bug, when create table b like table a which having column 
`__DORIS_SEQUENCE_COL__`, i can not get table b with column 
`__DORIS_SEQUENCE_COL__`. 
   
   it is diffrent between able a and table b.
   
   when get schema of table a, return table's `function_column.sequence_type` 
property, and you will get table b with column `__DORIS_SEQUENCE_COL__ ` like 
table a.
    



-- 
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-unsubscr...@doris.apache.org

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


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

Reply via email to