Abacn commented on PR #32902: URL: https://github.com/apache/beam/pull/32902#issuecomment-2430104469
ZetaSQL 2024.08.2 is a bad release. https://repo1.maven.org/maven2/com/google/zetasql/zetasql-client/2024.08.2/zetasql-client-2024.08.2.pom has version number 2024.08.1, causing compile failed with ``` > Could not resolve all dependencies for configuration ':sdks:java:extensions:sql:expansion-service:runtimeClasspath'. > Could not resolve com.google.zetasql:zetasql-client:2024.08.2. Required by: project :sdks:java:extensions:sql:expansion-service > project :sdks:java:extensions:sql:zetasql > Could not resolve com.google.zetasql:zetasql-client:2024.08.2. > inconsistent module metadata found. Descriptor: com.google.zetasql:zetasql-client:2024.08.1 Errors: bad version: expected='2024.08.2' found='2024.08.1' > Could not resolve com.google.zetasql:zetasql-client:2024.08.2. > inconsistent module metadata found. Descriptor: com.google.zetasql:zetasql-client:2024.08.1 Errors: bad version: expected='2024.08.2' found='2024.08.1' ``` -- 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]
