apilloud commented on code in PR #17434:
URL: https://github.com/apache/beam/pull/17434#discussion_r855418700


##########
sdks/java/extensions/sql/zetasql/build.gradle:
##########
@@ -27,7 +27,13 @@ applyJavaNature(
 description = "Apache Beam :: SDKs :: Java :: Extensions :: SQL :: ZetaSQL"
 ext.summary = "ZetaSQL to Calcite translator"
 
-def zetasql_version = "2020.10.1"
+def zetasql_version = "2022.04.1"
+
+repositories {
+  maven {
+    url "https://oss.sonatype.org/content/repositories/comgooglezetasql-1033";

Review Comment:
   TODO: Drop this before merging.



-- 
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]

Reply via email to