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
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
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
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
+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
Please add my email id.
Thank you so much
--
Best regards
T.Vamsi Kalyan