You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2021/09/20 04:56:00 UTC

[jira] [Resolved] (CALCITE-4767) BigQuerySqlDialect uses the wrong identifier escape character

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

Julian Hyde resolved CALCITE-4767.
----------------------------------
    Resolution: Fixed

Fixed in Calcite in [a9f0036e|https://github.com/apache/calcite/commit/a9f0036e88573fc93ab26ba1163543ad37a522b2]; thanks for the PR, [~jackscott]!

> BigQuerySqlDialect uses the wrong identifier escape character
> -------------------------------------------------------------
>
>                 Key: CALCITE-4767
>                 URL: https://issues.apache.org/jira/browse/CALCITE-4767
>             Project: Calcite
>          Issue Type: Bug
>          Components: jdbc-adapter
>            Reporter: Jack Scott
>            Assignee: Jack Scott
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.28.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
>  
> BigQuery Standard SQL uses backslashes to escape backticks in identifiers, e.g. `foo\`bar`, whereas the "identifierEscapedQuote" in Calcite's BigQuerySqlDialect is a double backtick, e.g. `foo``bar`, which does not work in BQ Standard SQL.



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