You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Marta Kuczora (JIRA)" <ji...@apache.org> on 2017/10/13 14:20:01 UTC

[jira] [Updated] (HIVE-17798) When replacing the src table names in BeeLine testing, the table names shouldn't be changed to lower case

     [ https://issues.apache.org/jira/browse/HIVE-17798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marta Kuczora updated HIVE-17798:
---------------------------------
    Attachment: HIVE-17798.1.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
>         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)