Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KYLIN-3187 Forbid calls to JDK APIs that use the default locale #368

Merged
merged 1 commit into from Nov 30, 2018

Conversation

hit-lacus
Copy link
Member

Fix encode bugs.

@asfgit
Copy link

asfgit commented Nov 30, 2018

Can one of the admins verify this patch?

@hit-lacus
Copy link
Member Author

select uid, act_type, count(*)  as cnt
from useraction as ua 
where act_type > '播放'
group by uid, act_type
order by uid, act_type;

This sql query result is correct compare Kylin with Hive.

@shaofengshi shaofengshi merged commit 09851df into apache:2.5.x Nov 30, 2018
@hit-lacus hit-lacus deleted the 2.5.x branch August 15, 2019 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants