Hi Team,
I have promoted a parquet file in Azure Blob container to Iceberg table format in Dremio. I am trying to I am trying to execute multiple update statements simultaneously on this table. I came accross an article that says I could set some of the table properties in order to enable concurrent updates. I would like to know the syntax to enable these properties as I couldnt find much help on the same.
Some of the properties are:
commit.retry.num-retries
commit.retry.min-wait-ms
commit.retry.max-wait-ms
Thanks
Sumi