You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/11/14 02:10:45 UTC

[GitHub] [iceberg] get1boat commented on issue #6180: can't upsert v2 table by add hint /*+ OPTIONS('upsert-enabled'='true') */

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-unsubscribe@iceberg.apache.org

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


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