zhongqishang commented on issue #10431:
URL: https://github.com/apache/iceberg/issues/10431#issuecomment-2148804889

   > @zhongqishang: Do you see anything more in the logs? Exceptions/retries, 
or something like this?
   
   I have not found any Exceptions/retries around the wrong snapshot time. To 
be clear, this is duplicate data that only exists from a certain snapshot 
onwards.
   
   > > I think it is because the subsequent eq delete is not associated with 
the first data file.
   > 
   > Could you p lease elaborate a but?
   
   The files and data submitted by this error snapshot are:
   
   ```
   -rw-r--r--@ 1 q  staff   30528 May 31 19:36 
00000-1-64548f8b-a8a9-474f-95f8-a59a30dcce2f-01926.parquet
   -rw-r--r--@ 1 q  staff     701 May 31 19:36 
00000-1-64548f8b-a8a9-474f-95f8-a59a30dcce2f-01927.parquet
   -rw-r--r--@ 1 q  staff  741706 May 31 19:36 
00000-1-64548f8b-a8a9-474f-95f8-a59a30dcce2f-01928.parquet
   -rw-r--r--@ 1 q  staff   17592 May 31 19:37 
00000-1-64548f8b-a8a9-474f-95f8-a59a30dcce2f-01929.parquet
   -rw-r--r--@ 1 q  staff    1978 May 31 19:37 
00000-1-64548f8b-a8a9-474f-95f8-a59a30dcce2f-01930.parquet
   ```
   
   `DATA` file : 00000-1-64548f8b-a8a9-474f-95f8-a59a30dcce2f-01926.parquet
   ```
   {"id": "d6957bf663d220cac89a4e780ab8f54d", ...}
   ```
   
   `EQ-DELETE` file : 00000-1-64548f8b-a8a9-474f-95f8-a59a30dcce2f-01927.parquet
   ```
   {"id": "d6957bf663d220cac89a4e780ab8f54d"}
   ```
   
   `DATA` file : 00000-1-64548f8b-a8a9-474f-95f8-a59a30dcce2f-01928.parquet
   ```
   {"id": "d6957bf663d220cac89a4e780ab8f54d", ...}
   ```
   `EQ-DEL` file : 00000-1-64548f8b-a8a9-474f-95f8-a59a30dcce2f-01930.parquet
   ```
   {"id": "d6957bf663d220cac89a4e780ab8f54d"}
   ```
   
   


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

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


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

Reply via email to