mazhiyu123 commented on issue #3114:
URL: https://github.com/apache/iceberg/issues/3114#issuecomment-919006807


   > Hi @mazhiyu123 , I think you will need to apply this PR to your own 
branch: #2731
   
   thank you for replying soon!!!
   
   I already try this [pr(),](https://github.com/apache/iceberg/pull/2731) , 
but i will get a new situation:
   when i insert data  with same primary key on one sql, iceberg table will has 
duplicate data. such as:
    insert sql:
   INSERT INTO  hadoop_catalog.iceberg_db.sample_test  VALUES (14, 'test14'), 
(14, 'test14_update');
   
   select sql:
   select * from hadoop_catalog.iceberg_db.sample_test;
   
   expect : 
                           id                      data
                           14             test14_update
   
   but it return:
                           id                      data
                           14             test14_update
                           14                    test14
    


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