Alexandre Dutra
Alexandre Dutra
K8SSAND-1727 ⁃ Add ability to set environment variables in containers deployed by k8ssandra-operator
I am not convinced we should let users tweak environment variables directly. LOCAL_JMX is imho the perfect example of an env variable that users should definitely _not_ be able to...
@nastra could you have a look at this one as well please?
Hi ! This would be really helpful for my project: https://github.com/apache/polaris. We are trying to add idempotency keys to the project's REST API. Is there an ETA for this? Can...
Sorry for the late reply, estimate done.
> Looks like we need to add the GatewayAPI capabilities to the "helm template" commands for CI to work correctly @localleon I fixed a few things in this commit: https://github.com/adutra/nessie/commit/95db176167287d2e95c0039207514900cdf9cc78...
@localleon do you mind rebasing your PR? The CI failure is unrelated to your changes and has been fixed on `main`. UPDATE: nevermind, I could do it myself 😅
@localleon in order to move faster I created a separate PR, squashed all your commits and fixed the remaining issues with CI: #11768. Your commit authorship was preserved. I'm closing...
FYI the operation in question is this: https://github.com/apache/iceberg/blob/3d3e565a793280f2925114ada9d853ea304d6b9b/core/src/main/java/org/apache/iceberg/rest/auth/OAuth2Util.java#L581
Hi @localleon that's an awesome idea! Do you think you would have time to contribute a PR? I would gladly review it.
Just to clarify, the root cause seems to be this recent change to AWS SDK, affecting bulk deletes used by Nessie GC: https://github.com/aws/aws-sdk-java-v2/issues/5848 Iceberg 1.10 shipped a workaround for this:...