[ 
https://issues.apache.org/jira/browse/BEAM-7832?focusedWorklogId=298196&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-298196
 ]

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_r315902119
 
 

 ##########
 File path: 
sdks/java/extensions/sql/src/main/java/org/apache/beam/sdk/extensions/sql/impl/BeamSqlEnv.java
 ##########
 @@ -132,6 +132,8 @@ public String explain(String sqlString) throws 
ParseException {
   public static class BeamSqlEnvBuilder {
     private static final String CALCITE_PLANNER =
         "org.apache.beam.sdk.extensions.sql.impl.CalciteQueryPlanner";
+    private static final String ZETASQL_PLANNER =
 
 Review comment:
   This doesn't belong here. Can you just delete it?
 
----------------------------------------------------------------
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: 298196)
    Time Spent: 3.5h  (was: 3h 20m)

> 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: 3.5h
>  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)

Reply via email to