You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Jesus Camacho Rodriguez (Jira)" <ji...@apache.org> on 2020/11/30 21:55:00 UTC

[jira] [Updated] (HIVE-24144) getIdentifierQuoteString in HiveDatabaseMetaData returns incorrect value

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

Jesus Camacho Rodriguez updated HIVE-24144:
-------------------------------------------
    Fix Version/s: 4.0.0
       Resolution: Fixed
           Status: Resolved  (was: Patch Available)

> getIdentifierQuoteString in HiveDatabaseMetaData returns incorrect value
> ------------------------------------------------------------------------
>
>                 Key: HIVE-24144
>                 URL: https://issues.apache.org/jira/browse/HIVE-24144
>             Project: Hive
>          Issue Type: Bug
>          Components: JDBC, JDBC storage handler
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> {code}
>   public String getIdentifierQuoteString() throws SQLException {
>     return " ";
>   }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)