Alexandre Dutra
Alexandre Dutra
I can work on it 👍
@omarsmak and @tomekl007 : adding you both as reviewers, since you showed interest in this :-)
> I guess we can't have an example based on KafkaConnect since the producer runs in Nessie server, correct? That, and also the fact that providing a full-blown source connector...
@tomekl007 or @omarsmak could I get another round of review please?
I suggest instead that we disable it. It could be kept but only used occasionally, e.g. to validate new features.
I still see it used in Trino FYI: https://github.com/trinodb/trino/blob/b2c4fc8f1525722d94ccfd5cbce85019cf403ed4/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/nessie/IcebergNessieCatalogModule.java#L50
Currently only 2 endpoints enforce that the expected hash is the current HEAD: `assignReference` and `deleteReference`. Both throw HTTP 409 (Conflict) if that's not the case. The reported conflict type...
What could be easily contributed: 1. the utility methods to create realms, users and clients. 2. the utility methods to compute URIs. I'm less sure about the configuration part (basically...
Could we get a mix of option A and B? E.g. store the new attributes when writing (A), but when reading, if the content does not have the new attributes,...
> how to supply whatever JAR files are needed for the UDFs Most users write UDFs using the standard CQL types, and the DataStax Java driver 3.x types. The driver...