You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/12/19 15:21:51 UTC

[GitHub] [iceberg] RussellSpitzer commented on issue #6453: Iceberg delete-append causing snapshot error

RussellSpitzer commented on issue #6453:
URL: https://github.com/apache/iceberg/issues/6453#issuecomment-1357835565

   It's not clear to me what you are trying to do, `input_df` is unused.  I'm not sure how "inflate_df" is being used either. The Delete statement appears to be looking for rows in a deflate table?
   
   I am most confused about what 
   ```inflated_df.writeTo("glue_dev.datalakectxsort.clinicalprescription").append()``` 
   
   Is meant to accomplish.
   
   The time travel error seems to be a bug in the "as of" functionality though since you shouldn't have an error just from reading from an old timestamp. This may be because you are both reading and writing to the same table and there is a bug there.


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

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


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