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

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

GitHub user jihoonson opened a pull request:

    https://github.com/apache/tajo/pull/563

    TAJO-1594: Catalog schema is invalid for some databases

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jihoonson/tajo-2 TAJO-1594

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/563.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #563
    
----
commit d0b0a4b1c0c50b249c3a5d7eea62c1011febdbcb
Author: Jihoon Son <[email protected]>
Date:   2015-05-08T03:54:46Z

    Fix catalog schemas

----


> 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