Dmitri Bourlatchkov
Dmitri Bourlatchkov
### Issue description Nessie can use retries at the database client level (e.g. with Bigtable) for normal reads. However, when committing CAS operations (e.g. `CheckAndMutateRow` in Bigtable) are not idempotent...
### Issue description To follow up on https://github.com/apache/iceberg/issues/10110 , it would be nice for Nessie to provide nicer error messages if/when tables/views associated with a `NessieCatalog` are used after the...
### Issue description ``` spark-sql ()> create table A (x int); Time taken: 1.307 seconds spark-sql ()> create branch dev; Branch dev 8d88ea50cb167a29e06e8ad11f43df2abb607d5824d855c03e2f1f63271376c2 Time taken: 0.203 seconds, Fetched 1 row(s)...
### Description #7233 added support for creating and updating repository config objects. For the sake of completeness, it would be nice to support deleting repository config objects too. ### Expected...