get1boat commented on issue #6180:
URL: https://github.com/apache/iceberg/issues/6180#issuecomment-1312945114

   > 
   I created the table in flinksql definitely with the primary key.This DDL was 
gained by `show create table ` in the Trino.In flink client,this table has a 
primary key.
   The original DDL is blow,and my question remain:
   `
   create table if not exists hive_catalog.ods_ice.tmp_lkj_kafka2iceberg
   (
       `id` STRING 
       ,`create_time` timestamp 
       ,`user_id` BIGINT 
       ,primary key(`id`) not enforced
   ) comment 'kafka2iceberg test table'
   with (
           'format-version'='2'
           )
   ;
   `
   
   
   


-- 
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: issues-unsubscr...@iceberg.apache.org

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


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

Reply via email to