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

Hyunsik Choi commented on TAJO-772:
-----------------------------------

I committed it to master. Also, I'm trying to commit it to branch-0.8.0, but 
git repo is not available now. After a while, I'll try to commit it.

Thanks!

> TajoDump cannot dump upper/lower mixed case database names.
> -----------------------------------------------------------
>
>                 Key: TAJO-772
>                 URL: https://issues.apache.org/jira/browse/TAJO-772
>             Project: Tajo
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 0.8, 0.9
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>         Attachments: TAJO-772.patch
>
>
> When users use upper/lower mixed case database names, TajoDump does not work 
> correctly. This patch fixes this bug. In addition, this patch adds the unit 
> test for TajoDump.
> Additionally, this patch fixes some trivial column resolving bug caused when 
> *a column name in target list is not fully qualified* and *another database 
> different from the current database of the session* is used in FROM clause. 
> Example:
> {code}
> SELECT "LineItem".L_ORDERKEY FROM "TestSelectQuery"."LineItem";
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to