[
https://issues.apache.org/jira/browse/TAJO-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976422#comment-13976422
]
Hyunsik Choi edited comment on TAJO-786 at 4/22/14 6:07 AM:
------------------------------------------------------------
The second patch fixes the bug where TajoDataMetaDatabase::getColumns() misses
the column partition columns.
was (Author: hyunsik):
This patch fixes the bug where TajoDataMetaDatabase::getColumns() misses the
column partition columns.
> TajoDataMetaDatabase::getSchemas creates invalid MetaDataTuple
> --------------------------------------------------------------
>
> Key: TAJO-786
> URL: https://issues.apache.org/jira/browse/TAJO-786
> Project: Tajo
> Issue Type: Bug
> Components: JDBC
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Minor
> Fix For: 0.8, 0.9
>
> Attachments: TAJO-786.patch, TAJO-786_2.patch
>
>
> The parameter of MetaDataTuple should be 2 instead of 1.
> {code}
> MetaDataTuple tuple = new MetaDataTuple(1);
> tuple.put(0, new TextDatum(DEFAULT_SCHEMA_NAME));
> tuple.put(1, new TextDatum(databaseName));
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)