You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jihoon Son (JIRA)" <ji...@apache.org> on 2015/05/08 07:58:00 UTC

[jira] [Resolved] (TAJO-1594) Catalog schema is invalid for some databases

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

Jihoon Son resolved TAJO-1594.
------------------------------
    Resolution: Fixed

Committed to index_support branch.

> Catalog schema is invalid for some databases
> --------------------------------------------
>
>                 Key: TAJO-1594
>                 URL: https://issues.apache.org/jira/browse/TAJO-1594
>             Project: Tajo
>          Issue Type: Bug
>          Components: catalog
>            Reporter: Jihoon Son
>            Assignee: Jihoon Son
>            Priority: Minor
>             Fix For: index support
>
>
> 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.
> {noformat}
> ...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
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)