You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hcatalog-commits@incubator.apache.org by "Mac Yang (JIRA)" <ji...@apache.org> on 2011/06/28 16:08:17 UTC

[jira] [Commented] (HCATALOG-52) No message is sent on message bus in case partition keys are uppercase

    [ https://issues.apache.org/jira/browse/HCATALOG-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13056599#comment-13056599 ] 

Mac Yang commented on HCATALOG-52:
----------------------------------

Can we add toLowerCase() to line 166 so it's guaranteed to be consistent with the topic in line 177?

166                         getTopicPrefix(conf) + "." + newTbl.getDbName() +"." + newTbl.getTableName());
177             send(newTbl,getTopicPrefix(conf)+ "."+ newTbl.getDbName().toLowerCase(), HCatConstants.HCAT_ADD_TABLE_EVENT);



> No message is sent on message bus in case partition keys are uppercase
> ----------------------------------------------------------------------
>
>                 Key: HCATALOG-52
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-52
>             Project: HCatalog
>          Issue Type: Bug
>    Affects Versions: 0.2
>            Reporter: Ashutosh Chauhan
>            Assignee: Ashutosh Chauhan
>             Fix For: 0.2
>
>         Attachments: hcat-52.patch
>
>
> Keys are lowercased later on. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira