hit-lacus commented on issue #368: KYLIN-3187 Forbid calls to JDK APIs that use 
the default locale
URL: https://github.com/apache/kylin/pull/368#issuecomment-443176896
 
 
   ```sql
   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.

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


With regards,
Apache Git Services

Reply via email to