You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by GitBox <gi...@apache.org> on 2019/06/26 09:05:59 UTC

[GitHub] [kylin] liuzx32 opened a new pull request #717: Bug fix: remove htableName toUpperCase, for HBase tableName is case sensitive

liuzx32 opened a new pull request #717: Bug fix: remove htableName toUpperCase, for HBase tableName is case sensitive
URL: https://github.com/apache/kylin/pull/717
 
 
   **Description**
   HBase is case sensitiveļ¼ŒtableName.toUpperCase() will lead to the created table could not be found.
   If my tableName of HBase is lowercase, kylin can't find the table created in the HFile generated step.
   
   **Improvement**
   just remove toUpperCase() for HBase tableName on master-hadoop3.1.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services