Marta Kuczora created HIVE-17798:
------------------------------------

             Summary: When replacing the src table names in BeeLine testing, 
the table names shouldn't be changed to lower case
                 Key: HIVE-17798
                 URL: https://issues.apache.org/jira/browse/HIVE-17798
             Project: Hive
          Issue Type: Bug
          Components: Testing Infrastructure
    Affects Versions: 3.0.0
            Reporter: Marta Kuczora
            Assignee: Marta Kuczora
            Priority: Minor


When running the q tests with BeeLine, the name of the src tables are changed 
in all queries to have the database name as prefix, like src -> default.src, 
srcpart -> default.srcpart
This renaming mechanism changes the table names to lower case. For example the 
query "SELECT * FROM SRC" will be "SELECT * FROM src" after the rewite. This 
will cause failure during the comparison of the out files.
Change the QFile.replaceTableNames method to keep the upper case letters 
unchanged.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to