pvary commented on PR #13349:
URL: https://github.com/apache/iceberg/pull/13349#issuecomment-2988761463

   The error message is `Expecting empty but was: [Record(1, left-aaa)...`
   
   So we are in this code:
   ```
       if (snapshot == null) {
         assertThat(expected).isEmpty();
         return;
       }
   ```
   
   So I would guess, that somehow the Job execution is finished, but 
`notifyCheckpoint` is not called, and the target table is not changed. But this 
is just a guess


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