[
https://issues.apache.org/jira/browse/CALCITE-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesus Camacho Rodriguez reassigned CALCITE-2309:
------------------------------------------------
Assignee: Jesus Camacho Rodriguez (was: Julian Hyde)
> Dialects: Hive dialect does not support charsets in constants
> -------------------------------------------------------------
>
> Key: CALCITE-2309
> URL: https://issues.apache.org/jira/browse/CALCITE-2309
> Project: Calcite
> Issue Type: Bug
> Components: jdbc-adapter
> Reporter: Gopal V
> Assignee: Jesus Camacho Rodriguez
> Priority: Major
>
> {code}
> + SqlDialect dialect = new HiveSqlDialect(SqlDialect.EMPTY_CONTEXT) {
> + @Override
> + public boolean supportsCharSet() {
> + return false;
> + }
> + };
> {code}
> is required to make HiveSqlDialect output valid SQL for hive.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)