ZhouKang created KYLIN-4144:
-------------------------------
Summary: Cannot update user's info because of case-sensitive
process
Key: KYLIN-4144
URL: https://issues.apache.org/jira/browse/KYLIN-4144
Project: Kylin
Issue Type: Bug
Reporter: ZhouKang
Fix For: v2.5.3
In https://issues.apache.org/jira/browse/KYLIN-3531 , uppercase of usernames
will be saved in HBase, which make our case faild.
when users was added useing kylin:v2.4.0 (maybe older), the rawkey in hbase is
lowercase, when update user's info in Kylin:v2.5.3, there is en error.
{code:java}
// code placeholder
Overwriting conflict /user/xxxx, expect old TS xxx, but it is 0, the expected
new TS: xxxx{code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)