waywtdcc opened a new issue, #10545:
URL: https://github.com/apache/hudi/issues/10545

   
   
   **Describe the problem you faced**
   
   Data duplication, multiple data primary keys are duplicated
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1.
   
   create table hudi_test_cc.cc_test0122_6 (
     id int,
     name string,
     age int
   ) using hudi
   tblproperties (
     type = 'cow',
     primaryKey = 'id'
    )
   2.
    insert into hudi_test_cc.cc_test0122_6
    values
    (1213, 'cc221dsdsss', 1);
   
    insert into hudi_test_cc.cc_test0122_6
    values
    (1213, '1a', 1)
   
   3.  select *
    from  hudi_test_cc.cc_test0122_6;
   
   
![image](https://github.com/apache/hudi/assets/59957056/4f80d692-d26e-4575-b57c-db1bf355d8db)
   
   4.
   
   **Expected behavior**
   
   
   **Environment Description**
   
   * Hudi version : 0.14.1
   
   * Spark version : 3.3.1
   
   * Hive version : 3.1.3
   
   * Hadoop version :  3.3.4
   
   * Storage (HDFS/S3/GCS..) : HDFS
   
   * Running on Docker? (yes/no) : no
   
   
   
   
   


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

Reply via email to