Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1594

Catalog schema is invalid for some databases

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • index support
    • Catalog
    • None

    Description

      Catalog schema is changed to support indexes, but this change is not applied to some databases. For example, create index statement throws java.sql.SQLSyntaxErrorException as follows.

      ...Caused by: org.mariadb.jdbc.internal.common.QueryException: Unknown column 'PATH' in 'field list'
              at org.mariadb.jdbc.internal.mysql.MySQLProtocol.getResult(MySQLProtocol.java:982)
              at org.mariadb.jdbc.internal.mysql.MySQLProtocol.executeQuery(MySQLProtocol.java:1042)
              at org.mariadb.jdbc.MySQLStatement.execute(MySQLStatement.java:289)
              ... 28 more
      

      Attachments

        Activity

          People

            jihoonson Jihoon Son
            jihoonson Jihoon Son
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: