Hyunsik Choi created TAJO-772:
---------------------------------

             Summary: 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


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