[
https://issues.apache.org/jira/browse/CALCITE-5064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17512111#comment-17512111
]
Julian Hyde commented on CALCITE-5064:
--------------------------------------
Ah yes, I see that CALCITE-2623 added support for BigQuery in
{{SqlDialectFactoryImpl.simple}} but not in {{SqlDialectFactoryImpl.create}}.
Just curious, what JDBC driver are you using for BigQuery? I know there are
several, and I wonder they they all return the same value for
{{databaseProductName}}.
> Dialect factory returns ANSI SQL dialect for BigQuery
> -----------------------------------------------------
>
> Key: CALCITE-5064
> URL: https://issues.apache.org/jira/browse/CALCITE-5064
> Project: Calcite
> Issue Type: Bug
> Affects Versions: 1.30.0
> Reporter: Vova Vysotskyi
> Assignee: Vova Vysotskyi
> Priority: Major
>
> `SqlDialectFactoryImpl.create` returns `AnsiSqlDialect` for the case of
> BigQuery instead of `BigQuerySqlDialect`.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)