Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-2309

Dialects: Hive dialect does not support charsets in constants

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.17.0
    • jdbc-adapter
    • None

    Description

      +    SqlDialect dialect = new HiveSqlDialect(SqlDialect.EMPTY_CONTEXT) {
      +      @Override
      +      public boolean supportsCharSet() {
      +        return false;
      +      }
      +    };
      

      is required to make HiveSqlDialect output valid SQL for hive.

      Attachments

        Activity

          People

            jcamacho Jesús Camacho Rodríguez
            gopalv Gopal Vijayaraghavan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: