You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/06/29 14:23:13 UTC

[GitHub] [doris] stalary commented on a diff in pull request #10464: [Bug] fix create table like when having sequence column

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


##########
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:
   I don't see the code add `__DORIS_SEQUENCE_COL__`, can you help me point it out



-- 
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