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

   ### Query engine
   
   Spark
   
   ### Question
   
   Assuming that there are two rows of data as follows, we think that these two 
data are the same data, so how to avoid duplication of data in the Iceberg 
table when using spark to write data?
   
   ("2023-04-25 08:00:00.000000",  "Name 1",  "Note 1")
   ("2023-04-25 08:00:00.000000",  “Name 1",  "Note 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: [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