[
https://issues.apache.org/jira/browse/BEAM-7832?focusedWorklogId=298199&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-298199
]
ASF GitHub Bot logged work on BEAM-7832:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Aug/19 21:10
Start Date: 20/Aug/19 21:10
Worklog Time Spent: 10m
Work Description: apilloud commented on pull request #9210: [BEAM-7832]
Add ZetaSQL as a dialect in BeamSQL
URL: https://github.com/apache/beam/pull/9210#discussion_r315901533
##########
File path: sdks/java/extensions/sql/build.gradle
##########
@@ -82,6 +92,10 @@ dependencies {
compile "org.apache.calcite:calcite-core:$calcite_version"
compile "org.apache.calcite:calcite-linq4j:$calcite_version"
compile "org.apache.calcite.avatica:avatica-core:$avatica_version"
+ compile "com.google.api.grpc:proto-google-common-protos:1.12.0" //
Interfaces with ZetaSQL use this
+ compile "com.google.zetasql:zetasql-jni-channel:2019.07.1"
Review comment:
We should make the version `2019.07.1` a variable.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 298199)
Time Spent: 3h 40m (was: 3.5h)
> ZetaSQL Dialect
> ---------------
>
> Key: BEAM-7832
> URL: https://issues.apache.org/jira/browse/BEAM-7832
> Project: Beam
> Issue Type: New Feature
> Components: dsl-sql
> Reporter: Rui Wang
> Assignee: Rui Wang
> Priority: Major
> Time Spent: 3h 40m
> Remaining Estimate: 0h
>
> We can support ZetaSQL(https://github.com/google/zetasql) dialect in BeamSQL.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)