[
https://issues.apache.org/jira/browse/HIVE-17798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16207569#comment-16207569
]
Marta Kuczora commented on HIVE-17798:
--------------------------------------
Thanks a lot [~pvary] for committing the patch.
> 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
> Fix For: 3.0.0
>
> Attachments: HIVE-17798.1.patch
>
>
> 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)