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