skywalker2256 opened a new issue, #7169:
URL: https://github.com/apache/iceberg/issues/7169

   Use flink create table and write table into iceberg_db.sample_12!
   CREATE TABLE hive_catalog.iceberg_db.sample_12 (
       id BIGINT COMMENT 'unique id',
       data BIGINT ,
       name string ,
      PRIMARY KEY(id) NOT ENFORCED
   ) PARTITIONED BY (`id`)
    with ('format-version'='2',
   'write.upsert.enabled'='true')
   
   when read sample_12 with presto,I get all data. For example:id=1 data 
duplication
   
![image](https://user-images.githubusercontent.com/41573491/226837409-70ffa31c-e2aa-4854-8932-c84948250c86.png)
   How do I set up?
   Thank you very much!
   


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