[ 
https://issues.apache.org/jira/browse/CALCITE-4767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416942#comment-17416942
 ] 

Julian Hyde commented on CALCITE-4767:
--------------------------------------

I merged PR 153 to Avatica as 
[0574db|https://github.com/apache/calcite-avatica/commit/0574db65ad08e8682277885a86cf3fbba76a1d21];
 will be in Avatica 1.19. 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
>            Reporter: Jack Scott
>            Assignee: Jack Scott
>            Priority: Minor
>              Labels: pull-request-available
>          Time Spent: 50m
>  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)

Reply via email to