Re: Iceberg transaction experience

2021-02-10 Thread Omar Aloraini
olution that would work for you? If so, > we can work on adding something like that. > > rb > > On Wed, Feb 10, 2021 at 10:05 AM Omar Aloraini > wrote: > >> Hello All, >> >> Over the last two months I have been using Iceberg, for the most part it >> did w

Iceberg transaction experience

2021-02-10 Thread Omar Aloraini
Hello All, Over the last two months I have been using Iceberg, for the most part it did what I expected, but when I started using the transaction API (Table::newTranscation) I came across a few of what I consider counter-intuitive, at least for my perception of what a transaction is. My team's go

Re: Append file and update properties in a single transaction

2020-12-07 Thread Omar Aloraini
ensure that the last operation was complete before > adding a new operation. You need to call commit on each operation created > from the transaction or transaction table, but it doesn't modify the table > until the entire transaction is committed. > > On Mon, Dec 7, 2020 at

Re: Append file and update properties in a single transaction

2020-12-07 Thread Omar Aloraini
am at work tomorrow. Regards On Mon, Dec 7, 2020, 9:05 PM Ryan Blue 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 >

Append file and update properties in a single transaction

2020-12-06 Thread Omar Aloraini
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

User defined properties

2020-11-16 Thread Omar Aloraini
Hello all, Apologies if this is an inappropriate place to ask questions, I tried to use Slack but could sign in(I am either Slack illiterate, or I need some sort of invite). Thank you all for your work on this great project. Following the page Spec page in the Table metadata fields section: *opt

User defined properties

2020-11-14 Thread Omar Aloraini
Hello all, Apologies if this is an inappropriate place to ask questions, I tried to use Slack but I could not sign in(I am either Slack illiterate, or I need some sort of invite). Thank you all for your work on this project. Following the page Spec page in the Table metadata fields section: *opt