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

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

Gopal V created CALCITE-2309:
--------------------------------

             Summary: 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: Julian Hyde


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