Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
As mrymar noticed, build fails with the following error:
[ERROR] Failed to execute goal on project drill-iceberg-metastore: Could not resolve dependencies for project org.apache.drill.metastore:drill-iceberg-metastore:jar:1.20.0-SNAPSHOT: The following artifacts could not be resolved: com.github.apache.incubator-iceberg:iceberg-parquet:jar:93d51b9, com.github.apache.incubator-iceberg:iceberg-data:jar:93d51b9, com.github.apache.incubator-iceberg:iceberg-core:jar:93d51b9, com.github.apache.incubator-iceberg:iceberg-common:jar:93d51b9, com.github.apache.incubator-iceberg:iceberg-api:jar:93d51b9: Failure to find com.github.apache.incubator-iceberg:iceberg-parquet:jar:93d51b9 in https://conjars.org/repo was cached in the local repository, resolution will not be reattempted until the update interval of conjars has elapsed or updates are forced
Iceberg was moved out from the incubator, so it is likely that the old JitPack dependency was revoked, but it wasn't rebuilt because the repo URL was changed.
The solution is to use a newer non-incubator version.