You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Jeffrio <gi...@git.apache.org> on 2015/04/07 18:35:32 UTC

[GitHub] hive pull request: Update HiveDatabaseMetaData.java change the ide...

GitHub user Jeffrio opened a pull request:

    https://github.com/apache/hive/pull/31

    Update HiveDatabaseMetaData.java change the identifierQuoteString

    according to this jira https://issues.apache.org/jira/browse/HIVE-6013
    hive use the backstick as the quotestring
    so, I think the getIdentifierQuoteString() function should return the backstick rather than the space

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Jeffrio/hive patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hive/pull/31.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #31
    
----
commit 5ac637c83615aa389db49ce169c0df0461619c63
Author: Jeffrio <co...@163.com>
Date:   2015-04-07T16:35:11Z

    Update HiveDatabaseMetaData.java change the identifierQuoteString
    
    according to this jira https://issues.apache.org/jira/browse/HIVE-6013
    hive use the backstick as the quotestring
    so, I think the getIdentifierQuoteString() function should return the backstick rather than the space

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---