You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this happened because delta/icebergShaded/generate_iceberg_jars.py checks out an older version of Iceberg with a specific commit hash. In that version, Iceberg Gradle build requires JDK 8 or 11 to be used. Newer versions of Iceberg support JDK 11, 17 and 21.
So this is pretty much an Iceberg upgrade problem.
Bug
Describe the problem
Steps to reproduce
Observed results
Compilation errors
This happened because the build script used in Uniform (
delta/icebergShaded/generate_iceberg_jars.py
) fails because of a Gradle error.With JDK8, the build succeeds cleanly.
Expected results
Users should be able to build/test Delta with newer JDK versions.
The text was updated successfully, but these errors were encountered: