You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kyle Weaver (Jira)" <ji...@apache.org> on 2020/11/05 00:43:00 UTC

[jira] [Created] (BEAM-11195) Require output column names.

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)