jamiechapmanbrn commented on PR #14137: URL: https://github.com/apache/druid/pull/14137#issuecomment-1944211526
I think I've fixed the pipeline issues. I see a bunch of dependency pull problems for druid-iceberg-extensions that don't have any relation to this pr. ``` Error: Exception in thread "main" java.lang.RuntimeException: java.lang.RuntimeException: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.apache.druid.extensions:druid-iceberg-extensions:jar:30.0.0-SNAPSHOT in (https://repo1.maven.org/maven2/) at org.apache.druid.cli.PullDependencies.run(PullDependencies.java:333) at org.apache.druid.cli.Main.main(Main.java:112) Caused by: java.lang.RuntimeException: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.apache.druid.extensions:druid-iceberg-extensions:jar:30.0.0-SNAPSHOT in (https://repo1.maven.org/maven2/) at org.apache.druid.cli.PullDependencies.downloadExtension(PullDependencies.java:418) at org.apache.druid.cli.PullDependencies.downloadExtension(PullDependencies.java:363) at org.apache.druid.cli.PullDependencies.run(PullDependencies.java:309) ... 1 more ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
