[
https://issues.apache.org/jira/browse/TAJO-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14533923#comment-14533923
]
ASF GitHub Bot commented on TAJO-1594:
--------------------------------------
Github user jihoonson commented on the pull request:
https://github.com/apache/tajo/pull/563#issuecomment-100108878
Thanks for quick review!
> 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)