You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2018/05/14 21:56:00 UTC

[jira] [Resolved] (CALCITE-2309) Dialects: Hive dialect does not support charsets in constants

     [ 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)