EmmyMiao87 edited a comment on issue #7789:
URL: 
https://github.com/apache/incubator-doris/issues/7789#issuecomment-1015174532


   1. create table unique_table (k1 int, k2 int) unique key(k1) distributed by 
hash(k1);
   2. EXPORT TABLE unique_table TO "hdfs://xxx:9000/xxx" WITH BROKER "xxx" 
("username"="xxx", "password"="");
   3. ERROR 1054 (42S22): errCode = 2, detailMessage = Unknown column 
'__DORIS_DELETE_SIGN__' in 'table list'


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

Reply via email to