Dmitri Bourlatchkov
Dmitri Bourlatchkov
C* and DSE DTESTs sometimes use specific `authenticator` and `authorizer` settings in `cassandra.yaml`. Stargate currently does not allow configuring these settings, therefore running some of the DTESTS against Stargate is...
Integrations tests (in the `testing` module) do not appear to be CPU intensive, but they take a long time to run (35-40 min for each backend type). We could try...
This will expose all of the available entry details to filters except the content ID, which is an internal ID and probably should not be used for filtering. Fixes #4912
Currently, getting a "list of references" [appears](https://github.com/projectnessie/nessie/blob/73e52c99a8542a55ceee8405b3018e079278ad72/servers/services/src/main/java/org/projectnessie/services/impl/TreeApiImpl.java#L133) to return all reference in one page. Nessie ought to respect user-provided page size hints and pagination tokens in this API.
Nessie maintains key lists in storage for efficient content look up by key. However, those key lists may contain deleted keys, which is sub-optimal. Note: there's no visible effect of...
Nessie uses OpenTracing artifacts directly. However, the OpenTracing [project](https://opentracing.io/) has been archived and its front page advises migrating to [OpenTelemetry](https://opentelemetry.io/docs/migration/opentracing/).
Different docs pages reference different Iceberg / Spark / etc. versions, which can confuse users. Search for `iceberg-spark-runtime`.
Nessie has `HttpClientException` and `HttpClientReadTimeoutException`, which extend `RuntimeException`. While "http" is indeed the "kind" of the Nessie client, having more generic exception names would be beneficial for the overall Nessie...