[
https://issues.apache.org/jira/browse/BEAM-14348?focusedWorklogId=760238&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-760238
]
ASF GitHub Bot logged work on BEAM-14348:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 21/Apr/22 17:22
Start Date: 21/Apr/22 17:22
Worklog Time Spent: 10m
Work Description: 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.
Issue Time Tracking
-------------------
Worklog Id: (was: 760238)
Time Spent: 20m (was: 10m)
> Upgrade to ZetaSQL 2022.04.1
> ----------------------------
>
> Key: BEAM-14348
> URL: https://issues.apache.org/jira/browse/BEAM-14348
> Project: Beam
> Issue Type: Improvement
> Components: dsl-sql-zetasql
> Reporter: Andrew Pilloud
> Assignee: Andrew Pilloud
> Priority: P2
> Fix For: 2.39.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> ZetaSQL 2022.04.1 is coming out shortly, it adds Java 17 support.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)