Hi Ryan, thanks for the reply, I can't recall the class name (will update you once I check), I think it was TransactionalTable, every method that modifies the table has a check weather the last part of a transaction (belonging to the same object created by table.newTransaction) was committed, i.e. newAppend, updateProperties and so on.
I'm not familiar with how iceberg performs a transaction at a low level, be it through hdfs rename or else, I'll look into it tomorrow and if it's not too difficult, I would like to work on it. I will update you with details once I am at work tomorrow. Regards On Mon, Dec 7, 2020, 9:05 PM Ryan Blue <rb...@netflix.com.invalid> wrote: > Omar, > > You can append files and update properties. You just need to create a > transaction using `newTransaction` in the `Table` API. > > rb > > On Sun, Dec 6, 2020 at 7:16 AM Omar Aloraini <aloraini.o...@gmail.com> > wrote: > >> Hello everyone, >> >> I'm trying to append new files and update the table properties in single >> transaction, but it seems from the source code that I can't. Is their a >> workaround for this? >> >> Regards >> > > > -- > Ryan Blue > Software Engineer > Netflix >