You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Steven Talbot (Jira)" <ji...@apache.org> on 2023/05/10 19:14:00 UTC

[jira] [Created] (CALCITE-5696) Support trailing comma in SELECT list for Babel parser (like BigQuery)

Steven Talbot created CALCITE-5696:
--------------------------------------

             Summary: Support trailing comma in SELECT list for Babel parser (like BigQuery)
                 Key: CALCITE-5696
                 URL: https://issues.apache.org/jira/browse/CALCITE-5696
             Project: Calcite
          Issue Type: Bug
            Reporter: Steven Talbot


{code:java}
select some_col, from my_table{code}
works in BigQuery but does not parse in the babel parser. Probably no harm in just making the babel parser able to parse that in general. But this is needed for full support for Google standard SQL

https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#trailing_commas



--
This message was sent by Atlassian Jira
(v8.20.10#820010)