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

Jesus Camacho Rodriguez resolved CALCITE-2309.
----------------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.17.0

Fixed in http://git-wip-us.apache.org/repos/asf/calcite/commit/36b1d5c34 .

> 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
>             Fix For: 1.17.0
>
>
> {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)

Reply via email to