Commits


Dane Pitkin authored and GitHub committed 68db6621c07
GH-43045: [CI][Python] Pin openjdk=17 in python substrait integration (#43051) ### Rationale for this change Substrait builds and releases using JDK 17. In the Substrait repo, Gradle was updated from 7.4.2 -> 8.8. https://github.com/substrait-io/substrait-java/commit/77e79ad6fc7f100d38bbe12d9e83ad03adff313b Gradle 8.8 can not be used with openjdk 22 yet, which is the latest version downloaded from condaforge. My testing showed that openjdk 21 also fails with the same error. ### What changes are included in this PR? * Pin openjdk=17 ### Are these changes tested? Testing via crossbow ### Are there any user-facing changes? No * GitHub Issue: #43045 Authored-by: Dane Pitkin <dpitkin@apache.org> Signed-off-by: Dane Pitkin <dpitkin@apache.org>