Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
Description
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.
Attachments
Issue Links
- is related to
-
CALCITE-4847 Parse SQL with BigQuery-style quoted identifiers and character literals
- Closed
- links to