Re: Concurrent transactions

2022-02-19 Thread Thippana Vamsi Kalyan
en added that match the filter > > Ryan > > On Sat, Feb 19, 2022 at 8:45 AM Thippana Vamsi Kalyan > wrote: > >> you basically get 1 retry for free off the bat, >>> >> >> Yes, I am getting this free retry even though I am setting >> "commit.r

Re: Concurrent transactions

2022-02-19 Thread Thippana Vamsi Kalyan
roposition to me > 2) Creating a transaction that wraps a base transaction and that overrides > commitTransaction to just fail if the metadata from when the object was > created is not the same as the metadata refreshed from the operations when > commit is called. Note: This would also mean

Concurrent transactions

2022-02-19 Thread Thippana Vamsi Kalyan
Hi, I am trying to understand the usage of Transactions in Iceberg with "commit.retry.num-retries" set to zero. My requirement is that the transaction must fail if the table gets updated by any concurrent transaction after opening the transaction. I wrote the following unit test in TestHadoopTabl

Re: Using partition evolution in code

2019-10-25 Thread Thippana Vamsi Kalyan
One approach is to extend BaseTable and HadoopTableOperations classes. public static class IcebergTable extends BaseTable { private final IcebergTableOperations ops; private IcebergTable(IcebergTableOperations ops, String name) { super(ops, name); this.ops = ops; } IcebergTableO

Re: [VOTE] Release Apache Iceberg 0.7.0-incubating RC4

2019-10-21 Thread Thippana Vamsi Kalyan
+1 (downloaded, verified license, verified checksum, verified signature, built it, ran unit tests, manually tested using spark, built a test application successfully using maven repository) On Mon, Oct 21, 2019 at 9:00 AM David Christle wrote: > +1 > > Successfully ran all seven steps. > > -Davi

Subscribing to dev mailing list

2019-10-01 Thread Thippana Vamsi Kalyan
Please add my email id. Thank you so much -- Best regards T.Vamsi Kalyan