Piotr Findeisen
Piotr Findeisen
From the mailing list > This should hopefully help resolve some of the problems we have now: > > - sometimes you want to approve a PR, but CI hasn't...
@vVv-AA implementation-wise I think it's exactly as you said, but @martint may know better.
(Apologies if this is a duplicate issue. `OCI runtime exec failed: exec failed: container_linux.go ...` is a popular phrase so hard to search for)
The build is green, ready for review, but still blocked by https://github.com/apache/iceberg/issues/10368#issuecomment-2161039351. Therefore keeping as a draft.
cc @rdblue @szehon-ho @Fokko @jbonofre
> others here are more familiar with the build than I am, will let them comment. Is this removing some java version? no, i don't think so > Also, why...
these were extracted from here: - https://github.com/apache/iceberg/pull/10477 - https://github.com/apache/iceberg/pull/10482 - https://github.com/apache/iceberg/pull/10485 - https://github.com/apache/iceberg/pull/10473 - https://github.com/apache/iceberg/pull/10485 Will rebase this PR once these have their fate determined (merged or dropped).
Finally not draft anymore!
Since spotless plugin is not installed on JDK 21, ./gradlew spotlessApply would fail with ``` $ JAVA_HOME=~/.jenv/versions/21 ./gradlew spotlessApply FAILURE: Build failed with an exception. * What went wrong: Task...