[ 
https://issues.apache.org/jira/browse/BEAM-11195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kyle Weaver updated BEAM-11195:
-------------------------------
    Description: ZetaSQL's default column names ({{$col1}} etc.) are not legal 
in BigQuery or Pub/Sub. So we need to require users name their columns with AS. 
For example, {{SELECT 1}} should be disallowed and replaced with {{SELECT 1 AS 
column_name}}.  (was: Calcite's default column names ({{$col1}} etc.) are not 
legal in BigQuery or Pub/Sub. So we need to require users name their columns 
with AS. For example, {{SELECT 1}} should be disallowed and replaced with 
{{SELECT 1 AS column_name}}.)

> Require output column names.
> ----------------------------
>
>                 Key: BEAM-11195
>                 URL: https://issues.apache.org/jira/browse/BEAM-11195
>             Project: Beam
>          Issue Type: Improvement
>          Components: dsl-sql-zetasql
>            Reporter: Kyle Weaver
>            Priority: P2
>
> ZetaSQL's default column names ({{$col1}} etc.) are not legal in BigQuery or 
> Pub/Sub. So we need to require users name their columns with AS. For example, 
> {{SELECT 1}} should be disallowed and replaced with {{SELECT 1 AS 
> column_name}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to