Kyle Weaver created BEAM-11195:
----------------------------------
Summary: 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
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}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)