[ 
https://issues.apache.org/jira/browse/TAJO-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14533915#comment-14533915
 ] 

ASF GitHub Bot commented on TAJO-1594:
--------------------------------------

Github user jinossy commented on the pull request:

    https://github.com/apache/tajo/pull/563#issuecomment-100107679
  
    +1 LGTM


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

Reply via email to